Blender  V3.3
Public Attributes | List of all members
TicketMutex Struct Reference

Public Attributes

pthread_cond_t cond
 
pthread_mutex_t mutex
 
unsigned int queue_head
 
unsigned int queue_tail
 

Detailed Description

Definition at line 524 of file threads.cc.

Member Data Documentation

◆ cond

pthread_cond_t TicketMutex::cond

◆ mutex

pthread_mutex_t TicketMutex::mutex

◆ queue_head

unsigned int TicketMutex::queue_head

Definition at line 527 of file threads.cc.

Referenced by BLI_ticket_mutex_lock(), and BLI_ticket_mutex_unlock().

◆ queue_tail

unsigned int TicketMutex::queue_tail

Definition at line 527 of file threads.cc.

Referenced by BLI_ticket_mutex_lock().


The documentation for this struct was generated from the following file: