Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pthread_mutex_destroy
Function
pthread_mutex_destroy
dpdk/lib/eal/windows/include/pthread.h:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
static inline int
84
pthread_mutex_destroy(pthread_mutex_t *mutex)
85
{
86
DeleteCriticalSection(mutex);
87
return 0;
88
}
89
90
#ifdef __cplusplus
91
}
Callers
15
mutex_destroy
Function · 0.85
zpool_find_import_impl
Function · 0.85
libzfs_mnttab_fini
Function · 0.85
zpool_do_wait
Function · 0.85
ZSTD_pthread_mutex_destroy
Function · 0.85
vhost_user_reconnect_init
Function · 0.85
rte_vhost_driver_register
Function · 0.85
rte_vhost_driver_unregister
Function · 0.85
rte_eth_dev_release_port
Function · 0.85
spi_transaction_remove
Function · 0.85
intel_max10_device_remove
Function · 0.85
altera_i2c_remove
Function · 0.85
Calls
no outgoing calls
Tested by
1
mtx_fini
Function · 0.68