Data Fields | |
pthread_t * | workers |
action_func * | func |
action_func2 * | func2 |
void * | args |
int * | rets |
int | rets_count |
int | job_count |
int | job_size |
pthread_cond_t | last_job_cond |
pthread_cond_t | current_job_cond |
pthread_mutex_t | current_job_lock |
int | current_job |
unsigned int | current_execute |
int | done |
Definition at line 68 of file pthread.c.
void* ThreadContext::args |
unsigned int ThreadContext::current_execute |
Definition at line 81 of file pthread.c.
Referenced by avcodec_thread_execute(), avcodec_thread_park_workers(), thread_init(), and worker().
Definition at line 79 of file pthread.c.
Referenced by avcodec_thread_execute(), thread_free(), thread_init(), and worker().
Definition at line 80 of file pthread.c.
Referenced by avcodec_thread_execute(), avcodec_thread_park_workers(), thread_free(), thread_init(), and worker().
Definition at line 75 of file pthread.c.
Referenced by avcodec_thread_execute(), avcodec_thread_park_workers(), thread_init(), and worker().
Definition at line 76 of file pthread.c.
Referenced by avcodec_thread_execute(), thread_init(), and worker().
Definition at line 78 of file pthread.c.
Referenced by avcodec_thread_park_workers(), thread_free(), thread_init(), and worker().
int* ThreadContext::rets |