|
Blender
V2.59
|
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 422 of file threads.c.
Referenced by BLI_insert_work(), and exec_work_fnct().
Definition at line 424 of file threads.c.
Referenced by BLI_insert_work().
Definition at line 420 of file threads.c.
Referenced by BLI_create_worker(), BLI_destroy_worker(), BLI_end_worker(), and BLI_insert_work().
Definition at line 423 of file threads.c.
Referenced by BLI_create_worker(), and BLI_insert_work().
| void*(* ThreadedWorker::work_fnct)(void *) |
Definition at line 421 of file threads.c.
Referenced by BLI_create_worker(), and exec_work_fnct().