FFmpeg  3.4.2
Macros | Functions
thread.h File Reference
#include "config.h"

Go to the source code of this file.

Macros

#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))
 

Macro Definition Documentation

◆ AVMutex

#define AVMutex   char

Definition at line 150 of file thread.h.

◆ ff_mutex_init

#define ff_mutex_init (   mutex,
  attr 
)    (0)

Definition at line 152 of file thread.h.

Referenced by av_buffer_pool_init(), and av_buffer_pool_init2().

◆ ff_mutex_lock

#define ff_mutex_lock (   mutex)    (0)

Definition at line 153 of file thread.h.

Referenced by av_buffer_pool_get(), and pool_release_buffer().

◆ ff_mutex_unlock

#define ff_mutex_unlock (   mutex)    (0)

Definition at line 154 of file thread.h.

Referenced by av_buffer_pool_get(), and pool_release_buffer().

◆ ff_mutex_destroy

#define ff_mutex_destroy (   mutex)    (0)

Definition at line 155 of file thread.h.

Referenced by buffer_pool_free().

◆ AVOnce

#define AVOnce   char

◆ AV_ONCE_INIT

#define AV_ONCE_INIT   0

Function Documentation

◆ ff_thread_once()

static int ff_thread_once ( char *  control,
void(*)(void routine 
)
inlinestatic