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

Function pthread_rwlock_rdlock

include/hamlib/winpthreads.h:331–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331static int pthread_rwlock_rdlock(pthread_rwlock_t *l)
332{
333 pthread_testcancel();
334 AcquireSRWLockShared(l);
335
336 return 0;
337}
338
339static int pthread_rwlock_wrlock(pthread_rwlock_t *l)
340{

Callers 1

_pthread_cleanup_destFunction · 0.85

Calls 1

pthread_testcancelFunction · 0.85

Tested by

no test coverage detected