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

Function ff_cond_init

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

Source from the content-addressed store, hash-verified

192#define AVCond char
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; }

Callers 6

av_executor_allocFunction · 0.85
ff_executor_allocFunction · 0.85
oh_encode_initFunction · 0.85
alloc_progressFunction · 0.85
ff_vvc_frame_thread_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected