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

Function pthread_mutex_trylock

include/hamlib/winpthreads.h:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288static int pthread_mutex_trylock(pthread_mutex_t *m)
289{
290 return TryEnterCriticalSection(m) ? 0 : EBUSY;
291}
292
293static int pthread_mutex_init(pthread_mutex_t *m, pthread_mutexattr_t *a)
294{

Callers 2

MUTEX_CHECKFunction · 0.85
pthread_mutex_timedlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected