|
Blender
V3.3
|
Public Attributes | |
| pthread_cond_t | cond |
| pthread_mutex_t | mutex |
| unsigned int | queue_head |
| unsigned int | queue_tail |
Definition at line 524 of file threads.cc.
| pthread_cond_t TicketMutex::cond |
Definition at line 525 of file threads.cc.
Referenced by BLI_ticket_mutex_alloc(), BLI_ticket_mutex_free(), BLI_ticket_mutex_lock(), and BLI_ticket_mutex_unlock().
| pthread_mutex_t TicketMutex::mutex |
Definition at line 526 of file threads.cc.
Referenced by BLI_ticket_mutex_alloc(), BLI_ticket_mutex_free(), BLI_ticket_mutex_lock(), and BLI_ticket_mutex_unlock().
| unsigned int TicketMutex::queue_head |
Definition at line 527 of file threads.cc.
Referenced by BLI_ticket_mutex_lock(), and BLI_ticket_mutex_unlock().
| unsigned int TicketMutex::queue_tail |
Definition at line 527 of file threads.cc.
Referenced by BLI_ticket_mutex_lock().