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

Function pthread_mutex_init

compat/os2threads.h:104–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static av_always_inline int pthread_mutex_init(pthread_mutex_t *mutex,
105 const pthread_mutexattr_t *attr)
106{
107 _fmutex_create(mutex, 0);
108
109 return 0;
110}
111
112static av_always_inline int pthread_mutex_destroy(pthread_mutex_t *mutex)
113{

Callers 15

iec61883_read_headerFunction · 0.50
decklink_setup_videoFunction · 0.50
async_openFunction · 0.50
fifo_initFunction · 0.50
udp_openFunction · 0.50
vulkan_device_initFunction · 0.50
av_vk_frame_allocFunction · 0.50
qsv_frames_initFunction · 0.50
waiter_initFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected