Libav
Macros
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)
 

Macro Definition Documentation

§ AVMutex

#define AVMutex   char

Definition at line 44 of file thread.h.

§ ff_mutex_init

#define ff_mutex_init (   mutex,
  attr 
)    (0)

Definition at line 46 of file thread.h.

Referenced by av_buffer_pool_init().

§ ff_mutex_lock

#define ff_mutex_lock (   mutex)    (0)

Definition at line 47 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 48 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 49 of file thread.h.

Referenced by buffer_pool_free().