FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
thread.h File Reference
#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)
 

Macro Definition Documentation

#define USE_ATOMICS   1

Definition at line 48 of file thread.h.

#define AVMutex   char

Definition at line 50 of file thread.h.

#define ff_mutex_init (   mutex,
  attr 
)    (0)

Definition at line 52 of file thread.h.

Referenced by av_buffer_pool_init().

#define ff_mutex_lock (   mutex)    (0)

Definition at line 53 of file thread.h.

Referenced by av_buffer_pool_get(), and pool_release_buffer().

#define ff_mutex_unlock (   mutex)    (0)

Definition at line 54 of file thread.h.

Referenced by av_buffer_pool_get(), and pool_release_buffer().

#define ff_mutex_destroy (   mutex)    (0)

Definition at line 55 of file thread.h.

Referenced by buffer_pool_free().