|
Blender
V2.59
|
Public Attributes | |
| GSQueue * | queue |
| pthread_mutex_t | mutex |
| pthread_cond_t | cond |
| int | nowait |
| pthread_cond_t ThreadQueue::cond |
Definition at line 524 of file threads.c.
Referenced by BLI_thread_queue_free(), BLI_thread_queue_init(), BLI_thread_queue_nowait(), BLI_thread_queue_pop(), BLI_thread_queue_pop_timeout(), and BLI_thread_queue_push().
| pthread_mutex_t ThreadQueue::mutex |
Definition at line 523 of file threads.c.
Referenced by BLI_thread_queue_free(), BLI_thread_queue_init(), BLI_thread_queue_nowait(), BLI_thread_queue_pop(), BLI_thread_queue_pop_timeout(), BLI_thread_queue_push(), and BLI_thread_queue_size().
Definition at line 525 of file threads.c.
Referenced by BLI_thread_queue_nowait(), BLI_thread_queue_pop(), and BLI_thread_queue_pop_timeout().
Definition at line 522 of file threads.c.
Referenced by BLI_thread_queue_free(), BLI_thread_queue_init(), BLI_thread_queue_pop(), BLI_thread_queue_pop_timeout(), BLI_thread_queue_push(), and BLI_thread_queue_size().