Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pthread_mutex_unlock
Function
pthread_mutex_unlock
dpdk/lib/eal/windows/include/pthread.h:76–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
static inline int
77
pthread_mutex_unlock(pthread_mutex_t *mutex)
78
{
79
LeaveCriticalSection(mutex);
80
return 0;
81
}
82
83
static inline int
84
pthread_mutex_destroy(pthread_mutex_t *mutex)
Callers
15
DoInteractive
Function · 0.85
mutex_exit
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
atomic_add_ptr
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_bonding_lsc_event_callback
Function · 0.68
lsc_timeout
Function · 0.68
mtx_unlock
Function · 0.68