FFmpeg
|
#include <windows.h>
#include <process.h>
#include <time.h>
#include "libavutil/attributes.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "libavutil/wchar_filename.h"
Go to the source code of this file.
Data Structures | |
struct | pthread_t |
Macros | |
#define | PTHREAD_MUTEX_INITIALIZER SRWLOCK_INIT |
#define | PTHREAD_COND_INITIALIZER CONDITION_VARIABLE_INIT |
#define | InitializeCriticalSection(x) InitializeCriticalSectionEx(x, 0, 0) |
#define | WaitForSingleObject(a, b) WaitForSingleObjectEx(a, b, FALSE) |
#define | PTHREAD_CANCEL_ENABLE 1 |
#define | PTHREAD_CANCEL_DISABLE 0 |
#define | THREADFUNC_RETTYPE unsigned |
#define | PTHREAD_ONCE_INIT INIT_ONCE_STATIC_INIT |
Typedefs | |
typedef SRWLOCK | pthread_mutex_t |
typedef CONDITION_VARIABLE | pthread_cond_t |
typedef INIT_ONCE | pthread_once_t |
w32threads to pthreads wrapper
Definition in file w32pthreads.h.
#define PTHREAD_MUTEX_INITIALIZER SRWLOCK_INIT |
Definition at line 60 of file w32pthreads.h.
#define PTHREAD_COND_INITIALIZER CONDITION_VARIABLE_INIT |
Definition at line 61 of file w32pthreads.h.
#define InitializeCriticalSection | ( | x | ) | InitializeCriticalSectionEx(x, 0, 0) |
Definition at line 63 of file w32pthreads.h.
Definition at line 64 of file w32pthreads.h.
#define PTHREAD_CANCEL_ENABLE 1 |
Definition at line 66 of file w32pthreads.h.
#define PTHREAD_CANCEL_DISABLE 0 |
Definition at line 67 of file w32pthreads.h.
#define THREADFUNC_RETTYPE unsigned |
Definition at line 72 of file w32pthreads.h.
#define PTHREAD_ONCE_INIT INIT_ONCE_STATIC_INIT |
Definition at line 150 of file w32pthreads.h.
typedef SRWLOCK pthread_mutex_t |
Definition at line 57 of file w32pthreads.h.
typedef CONDITION_VARIABLE pthread_cond_t |
Definition at line 58 of file w32pthreads.h.
typedef INIT_ONCE pthread_once_t |
Definition at line 149 of file w32pthreads.h.
|
static |
Definition at line 76 of file w32pthreads.h.
Referenced by pthread_create().
|
static |
Definition at line 83 of file w32pthreads.h.
Definition at line 112 of file w32pthreads.h.
|
inlinestatic |
Definition at line 128 of file w32pthreads.h.
|
inlinestatic |
Definition at line 133 of file w32pthreads.h.
|
inlinestatic |
Definition at line 138 of file w32pthreads.h.
|
inlinestatic |
Definition at line 143 of file w32pthreads.h.
|
static |
Definition at line 152 of file w32pthreads.h.
|
inlinestatic |
Definition at line 162 of file w32pthreads.h.
|
inlinestatic |
Definition at line 169 of file w32pthreads.h.
|
inlinestatic |
Definition at line 174 of file w32pthreads.h.
|
inlinestatic |
Definition at line 180 of file w32pthreads.h.
|
inlinestatic |
Definition at line 186 of file w32pthreads.h.
|
inlinestatic |
Definition at line 202 of file w32pthreads.h.
|
inlinestatic |
Definition at line 208 of file w32pthreads.h.
|
inlinestatic |
Definition at line 213 of file w32pthreads.h.
Referenced by ff_thread_setname().