MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / pthread_barrier_destroy

Function pthread_barrier_destroy

lib/hidapi/mac/hid.c:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78static int pthread_barrier_destroy(pthread_barrier_t *barrier)
79{
80 pthread_cond_destroy(&barrier->cond);
81 pthread_mutex_destroy(&barrier->mutex);
82 return 0;
83}
84
85static int pthread_barrier_wait(pthread_barrier_t *barrier)
86{

Callers 1

free_hid_deviceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected