|
Blender V4.3
|
Public Attributes | |
| pthread_cond_t | cond |
| pthread_mutex_t | mutex |
| uint | queue_head |
| uint | queue_tail |
| pthread_t | owner |
| bool | has_owner |
Definition at line 503 of file threads.cc.
| pthread_cond_t TicketMutex::cond |
Definition at line 504 of file threads.cc.
Referenced by BLI_ticket_mutex_alloc(), BLI_ticket_mutex_free(), BLI_ticket_mutex_unlock(), and ticket_mutex_lock().
| bool TicketMutex::has_owner |
Definition at line 508 of file threads.cc.
Referenced by BLI_ticket_mutex_unlock(), and ticket_mutex_lock().
| pthread_mutex_t TicketMutex::mutex |
Definition at line 505 of file threads.cc.
Referenced by BLI_ticket_mutex_alloc(), BLI_ticket_mutex_free(), BLI_ticket_mutex_unlock(), and ticket_mutex_lock().
| pthread_t TicketMutex::owner |
Definition at line 507 of file threads.cc.
Referenced by ticket_mutex_lock().
| uint TicketMutex::queue_head |
Definition at line 506 of file threads.cc.
Referenced by BLI_ticket_mutex_unlock(), and ticket_mutex_lock().
| uint TicketMutex::queue_tail |
Definition at line 506 of file threads.cc.
Referenced by ticket_mutex_lock().