Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
339
static int pthread_rwlock_wrlock(pthread_rwlock_t *l)
340
{
341
pthread_testcancel();
342
AcquireSRWLockExclusive(l);
343
344
return 0;
345
}
346
347
static void pthread_tls_init(void)
348
{
Callers
2
pthread_key_create
Function · 0.85
pthread_key_delete
Function · 0.85
Calls
1
pthread_testcancel
Function · 0.85
Tested by
no test coverage detected