Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
331
static int pthread_rwlock_rdlock(pthread_rwlock_t *l)
332
{
333
pthread_testcancel();
334
AcquireSRWLockShared(l);
335
336
return 0;
337
}
338
339
static int pthread_rwlock_wrlock(pthread_rwlock_t *l)
340
{
Callers
1
_pthread_cleanup_dest
Function · 0.85
Calls
1
pthread_testcancel
Function · 0.85
Tested by
no test coverage detected