|
Blender
V2.93
|
Public Attributes | |
| struct ThreadSlot * | next |
| struct ThreadSlot * | prev |
| void *(* | do_thread )(void *) |
| void * | callerdata |
| pthread_t | pthread |
| int | avail |
Definition at line 135 of file threads.cc.
| int ThreadSlot::avail |
Definition at line 140 of file threads.cc.
Referenced by BLI_threadpool_init().
| void* ThreadSlot::callerdata |
Definition at line 138 of file threads.cc.
Referenced by BLI_threadpool_insert(), BLI_threadpool_remove(), and tslot_thread_start().
| void*(* ThreadSlot::do_thread) (void *) |
Definition at line 137 of file threads.cc.
Referenced by BLI_threadpool_init(), and tslot_thread_start().
| struct ThreadSlot* ThreadSlot::next |
Definition at line 136 of file threads.cc.
| struct ThreadSlot * ThreadSlot::prev |
Definition at line 136 of file threads.cc.
| pthread_t ThreadSlot::pthread |
Definition at line 139 of file threads.cc.