Blender V2.61 - r43446
|
Public Attributes | |
ListBase | threadbase |
void *(* | work_fnct )(void *) |
char | busy [RE_MAX_THREAD] |
int | total |
int | sleep_time |
char ThreadedWorker::busy[RE_MAX_THREAD] |
Definition at line 430 of file threads.c.
Referenced by BLI_insert_work(), and exec_work_fnct().
Definition at line 432 of file threads.c.
Referenced by BLI_insert_work().
Definition at line 428 of file threads.c.
Referenced by BLI_create_worker(), BLI_destroy_worker(), BLI_end_worker(), and BLI_insert_work().
Definition at line 431 of file threads.c.
Referenced by BLI_create_worker(), and BLI_insert_work().
void*(* ThreadedWorker::work_fnct)(void *) |
Definition at line 429 of file threads.c.
Referenced by BLI_create_worker(), and exec_work_fnct().