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

Function pthread_mutex_lock

include/hamlib/winpthreads.h:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276static int pthread_mutex_lock(pthread_mutex_t *m)
277{
278 EnterCriticalSection(m);
279 return 0;
280}
281
282static int pthread_mutex_unlock(pthread_mutex_t *m)
283{

Callers 15

gnuradio_processFunction · 0.85
gr_openFunction · 0.85
gr_closeFunction · 0.85
update_freqFunction · 0.85
gr_set_modeFunction · 0.85
gnuradio_set_levelFunction · 0.85
mainFunction · 0.85
sync_callbackFunction · 0.85
rig_lockFunction · 0.85
rig_debugFunction · 0.85
hl_pushFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68