FFmpeg
|
Go to the source code of this file.
Functions | |
void | avpriv_atomic_lock (void) |
void | avpriv_atomic_unlock (void) |
Variables | |
static pthread_mutex_t | atomic_lock = PTHREAD_MUTEX_INITIALIZER |
Definition at line 31 of file stdatomic.c.
Referenced by atomic_compare_exchange_strong(), atomic_exchange(), atomic_load(), atomic_store(), and atomic_thread_fence().
Definition at line 36 of file stdatomic.c.
Referenced by atomic_compare_exchange_strong(), atomic_exchange(), atomic_load(), atomic_store(), and atomic_thread_fence().
|
static |
Definition at line 29 of file stdatomic.c.
Referenced by avpriv_atomic_lock(), and avpriv_atomic_unlock().