Blender
V3.3
|
Public Attributes | |
struct ThreadSlot * | next |
struct ThreadSlot * | prev |
void *(* | do_thread )(void *) |
void * | callerdata |
pthread_t | pthread |
int | avail |
Definition at line 117 of file threads.cc.
int ThreadSlot::avail |
Definition at line 122 of file threads.cc.
Referenced by BLI_threadpool_init().
void* ThreadSlot::callerdata |
Definition at line 120 of file threads.cc.
Referenced by BLI_threadpool_insert(), BLI_threadpool_remove(), and tslot_thread_start().
Definition at line 119 of file threads.cc.
Referenced by BLI_threadpool_init(), and tslot_thread_start().
struct ThreadSlot* ThreadSlot::next |
Definition at line 118 of file threads.cc.
struct ThreadSlot * ThreadSlot::prev |
Definition at line 118 of file threads.cc.
pthread_t ThreadSlot::pthread |
Definition at line 121 of file threads.cc.