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

Function pthread_mutex_lock

compat/os2threads.h:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119static av_always_inline int pthread_mutex_lock(pthread_mutex_t *mutex)
120{
121 _fmutex_request(mutex, 0);
122
123 return 0;
124}
125
126static av_always_inline int pthread_mutex_unlock(pthread_mutex_t *mutex)
127{

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