|
Blender
V3.3
|
Public Attributes | |
| GSQueue * | queue |
| pthread_mutex_t | mutex |
| pthread_cond_t | push_cond |
| pthread_cond_t | finish_cond |
| volatile int | nowait |
| volatile int | canceled |
Definition at line 606 of file threads.cc.
| volatile int ThreadQueue::canceled |
Definition at line 612 of file threads.cc.
| pthread_cond_t ThreadQueue::finish_cond |
Definition at line 610 of file threads.cc.
| pthread_mutex_t ThreadQueue::mutex |
Definition at line 608 of file threads.cc.
| volatile int ThreadQueue::nowait |
Definition at line 611 of file threads.cc.
| pthread_cond_t ThreadQueue::push_cond |
Definition at line 609 of file threads.cc.
| GSQueue* ThreadQueue::queue |
Definition at line 607 of file threads.cc.