Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
static int pthread_mutex_lock(pthread_mutex_t *m)
277
{
278
EnterCriticalSection(m);
279
return 0;
280
}
281
282
static int pthread_mutex_unlock(pthread_mutex_t *m)
283
{
Callers
15
gnuradio_process
Function · 0.85
gr_open
Function · 0.85
gr_close
Function · 0.85
update_freq
Function · 0.85
gr_set_mode
Function · 0.85
gnuradio_set_level
Function · 0.85
main
Function · 0.85
sync_callback
Function · 0.85
rig_lock
Function · 0.85
multicast_publisher_write_lock
Function · 0.85
rig_debug
Function · 0.85
hl_push
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68