|
Blender V4.3
|
Public Attributes | |
| ThreadSlot * | next |
| ThreadSlot * | prev |
| void *(* | do_thread )(void *) |
| void * | callerdata |
| pthread_t | pthread |
| int | avail |
Definition at line 106 of file threads.cc.
| int ThreadSlot::avail |
Definition at line 111 of file threads.cc.
Referenced by BLI_threadpool_init().
| void* ThreadSlot::callerdata |
Definition at line 109 of file threads.cc.
Referenced by tslot_thread_start().
| void *(* ThreadSlot::do_thread) (void *) |
Definition at line 108 of file threads.cc.
Referenced by BLI_threadpool_init(), and tslot_thread_start().
| ThreadSlot* ThreadSlot::next |
Definition at line 107 of file threads.cc.
| ThreadSlot * ThreadSlot::prev |
Definition at line 107 of file threads.cc.
| pthread_t ThreadSlot::pthread |
Definition at line 110 of file threads.cc.