|
Blender
V2.93
|
Public Attributes | |
| pthread_cond_t | cond |
| pthread_mutex_t | mutex |
| unsigned int | queue_head |
| unsigned int | queue_tail |
Definition at line 552 of file threads.cc.
| pthread_cond_t TicketMutex::cond |
Definition at line 553 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 554 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 555 of file threads.cc.
Referenced by BLI_ticket_mutex_lock(), and BLI_ticket_mutex_unlock().
| unsigned int TicketMutex::queue_tail |
Definition at line 555 of file threads.cc.
Referenced by BLI_ticket_mutex_lock().