MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / pthread_mutex_destroy

Function pthread_mutex_destroy

compat/os2threads.h:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112static av_always_inline int pthread_mutex_destroy(pthread_mutex_t *mutex)
113{
114 _fmutex_close(mutex);
115
116 return 0;
117}
118
119static av_always_inline int pthread_mutex_lock(pthread_mutex_t *mutex)
120{

Callers 15

iec61883_closeFunction · 0.50
async_openFunction · 0.50
async_closeFunction · 0.50
fifo_deinitFunction · 0.50
udp_openFunction · 0.50
udp_closeFunction · 0.50
vulkan_device_uninitFunction · 0.50
vulkan_free_internalFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected