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

Function pthread_cond_destroy

compat/os2threads.h:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144static av_always_inline int pthread_cond_destroy(pthread_cond_t *cond)
145{
146 DosCloseEventSem(cond->event_sem);
147 DosCloseEventSem(cond->ack_sem);
148
149 return 0;
150}
151
152static av_always_inline int pthread_cond_signal(pthread_cond_t *cond)
153{

Callers 15

iec61883_closeFunction · 0.50
async_openFunction · 0.50
async_closeFunction · 0.50
udp_openFunction · 0.50
udp_closeFunction · 0.50
avpriv_slicethread_freeFunction · 0.50
waiter_uninitFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected