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

Function pthread_mutex_unlock

compat/os2threads.h:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126static av_always_inline int pthread_mutex_unlock(pthread_mutex_t *mutex)
127{
128 _fmutex_release(mutex);
129
130 return 0;
131}
132
133static av_always_inline int pthread_cond_init(pthread_cond_t *cond,
134 const pthread_condattr_t *attr)

Callers 15

pthread_cond_timedwaitFunction · 0.70
pthread_cond_waitFunction · 0.70
iec61883_callbackFunction · 0.50
iec61883_receive_taskFunction · 0.50
iec61883_read_packetFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected