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

Function pthread_mutex_init

include/hamlib/winpthreads.h:293–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293static int pthread_mutex_init(pthread_mutex_t *m, pthread_mutexattr_t *a)
294{
295 (void) a;
296 InitializeCriticalSection(m);
297
298 return 0;
299}
300
301static int pthread_mutex_destroy(pthread_mutex_t *m)
302{

Callers 4

anytone_initFunction · 0.85
gr_initFunction · 0.85
rig.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected