MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / pthread_cond_wait

Function pthread_cond_wait

include/hamlib/winpthreads.h:1294–1299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1292}
1293
1294static int pthread_cond_wait(pthread_cond_t *c, pthread_mutex_t *m)
1295{
1296 pthread_testcancel();
1297 SleepConditionVariableCS(c, m, INFINITE);
1298 return 0;
1299}
1300
1301static int pthread_cond_destroy(pthread_cond_t *c)
1302{

Callers

nothing calls this directly

Calls 1

pthread_testcancelFunction · 0.85

Tested by

no test coverage detected