FFmpeg
|
#include "config.h"
Go to the source code of this file.
Macros | |
#define | USE_ATOMICS 1 |
#define | AVMutex char |
#define | ff_mutex_init(mutex, attr) (0) |
#define | ff_mutex_lock(mutex) (0) |
#define | ff_mutex_unlock(mutex) (0) |
#define | ff_mutex_destroy(mutex) (0) |
#define | AVOnce char |
#define | AV_ONCE_INIT 0 |
Functions | |
static int | ff_thread_once (char *control, void(*routine)(void)) |
#define ff_mutex_init | ( | mutex, | |
attr | |||
) | (0) |
Definition at line 153 of file thread.h.
Referenced by av_buffer_pool_init(), and av_buffer_pool_init2().
#define ff_mutex_lock | ( | mutex | ) | (0) |
Definition at line 154 of file thread.h.
Referenced by av_buffer_pool_get(), and pool_release_buffer().
#define ff_mutex_unlock | ( | mutex | ) | (0) |
Definition at line 155 of file thread.h.
Referenced by av_buffer_pool_get(), and pool_release_buffer().
#define ff_mutex_destroy | ( | mutex | ) | (0) |
Definition at line 156 of file thread.h.
Referenced by buffer_pool_free().
Definition at line 161 of file thread.h.
Referenced by aac_decode_init(), aac_encode_init(), and ff_h264_decode_init().