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

Function ff_cond_broadcast

libavutil/thread.h:197–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195static inline int ff_cond_destroy(AVCond *cond){ return 0; }
196static inline int ff_cond_signal(AVCond *cond){ return 0; }
197static inline int ff_cond_broadcast(AVCond *cond){ return 0; }
198static inline int ff_cond_wait(AVCond *cond, AVMutex *mutex){ return 0; }
199static inline int ff_cond_timedwait(AVCond *cond, AVMutex *mutex,
200 const void *abstime){ return 0; }

Callers 3

executor_freeFunction · 0.85
executor_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected