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

Function pthread_rwlock_wrlock

include/hamlib/winpthreads.h:339–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339static int pthread_rwlock_wrlock(pthread_rwlock_t *l)
340{
341 pthread_testcancel();
342 AcquireSRWLockExclusive(l);
343
344 return 0;
345}
346
347static void pthread_tls_init(void)
348{

Callers 2

pthread_key_createFunction · 0.85
pthread_key_deleteFunction · 0.85

Calls 1

pthread_testcancelFunction · 0.85

Tested by

no test coverage detected