Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ pthread_mutex_lock
Function
pthread_mutex_lock
dpdk/lib/eal/windows/include/pthread.h:69–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
static inline int
70
pthread_mutex_lock(pthread_mutex_t *mutex)
71
{
72
EnterCriticalSection(mutex);
73
return 0;
74
}
75
76
static inline int
77
pthread_mutex_unlock(pthread_mutex_t *mutex)
Callers
15
Monitor
Function · 0.85
DoInteractive
Function · 0.85
mutex_enter
Function · 0.85
zpool_find_import_scan_add_slice
Function · 0.85
zpool_find_import_blkid
Function · 0.85
zpool_open_func
Function · 0.85
zpool_find_import_blkid
Function · 0.85
libzfs_mnttab_find
Function · 0.85
libzfs_mnttab_add
Function · 0.85
libzfs_mnttab_remove
Function · 0.85
libzfs_core_init
Function · 0.85
libzfs_core_fini
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_bonding_lsc_event_callback
Function · 0.68
lsc_timeout
Function · 0.68
mtx_lock
Function · 0.68