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

Function ff_cond_destroy

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

Source from the content-addressed store, hash-verified

193
194static inline int ff_cond_init(AVCond *cond, const void *attr){ return 0; }
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; }

Callers 7

executor_freeFunction · 0.85
executor_freeFunction · 0.85
oh_encode_closeFunction · 0.85
free_progressFunction · 0.85
ff_vvc_frame_thread_freeFunction · 0.85
ff_vvc_frame_thread_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected