MCPcopy 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
83static inline int
84pthread_mutex_destroy(pthread_mutex_t *mutex)
85{
86 DeleteCriticalSection(mutex);
87 return 0;
88}
89
90#ifdef __cplusplus
91}

Callers 15

mutex_destroyFunction · 0.85
zpool_find_import_implFunction · 0.85
libzfs_mnttab_finiFunction · 0.85
zpool_do_waitFunction · 0.85
rte_eth_dev_release_portFunction · 0.85
spi_transaction_removeFunction · 0.85
altera_i2c_removeFunction · 0.85

Calls

no outgoing calls

Tested by 1

mtx_finiFunction · 0.68