FFmpeg
|
w32pthreads.h
Go to the documentation of this file.
void * av_mallocz(size_t size)
Allocate a block of size bytes with alignment suitable for all memory accesses (including vectors if ...
Definition: mem.c:205
static int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
Definition: w32pthreads.h:201
struct win32_cond_t win32_cond_t
static void pthread_join(pthread_t thread, void **value_ptr)
Definition: w32pthreads.h:88
memory handling functions
void av_freep(void *arg)
Free a memory block which has been allocated with av_malloc(z)() or av_realloc() and set the pointer ...
Definition: mem.c:198
static void pthread_cond_init(pthread_cond_t *cond, const void *unused_attr)
Definition: w32pthreads.h:130
Definition: os2threads.h:41
static int pthread_create(pthread_t *thread, const void *unused_attr, void *(*start_routine)(void *), void *arg)
Definition: w32pthreads.h:78
static void pthread_cond_signal(pthread_cond_t *cond)
Definition: w32pthreads.h:233
static int pthread_mutex_init(pthread_mutex_t *m, void *attr)
Definition: w32pthreads.h:98
static int pthread_mutex_unlock(pthread_mutex_t *m)
Definition: w32pthreads.h:113
common internal API header
static int pthread_mutex_destroy(pthread_mutex_t *m)
Definition: w32pthreads.h:103
static void pthread_cond_destroy(pthread_cond_t *cond)
Definition: w32pthreads.h:154
static void(WINAPI *cond_broadcast)(pthread_cond_t *cond)
Definition: w32pthreads.h:121
struct pthread_t pthread_t
static void pthread_cond_broadcast(pthread_cond_t *cond)
Definition: w32pthreads.h:170
common internal and external API header
Definition: w32pthreads.h:46
static BOOL(WINAPI *cond_wait)(pthread_cond_t *cond
struct pthread_cond_t pthread_cond_t
static unsigned __stdcall attribute_align_arg win32thread_worker(void *arg)
Definition: w32pthreads.h:71
Generated on Mon Nov 18 2024 06:52:03 for FFmpeg by 1.8.11