Blender V4.3
TicketMutex Struct Reference

Public Attributes

pthread_cond_t cond
 
pthread_mutex_t mutex
 
uint queue_head
 
uint queue_tail
 
pthread_t owner
 
bool has_owner
 

Detailed Description

Definition at line 503 of file threads.cc.

Member Data Documentation

◆ cond

pthread_cond_t TicketMutex::cond

◆ has_owner

bool TicketMutex::has_owner

Definition at line 508 of file threads.cc.

Referenced by BLI_ticket_mutex_unlock(), and ticket_mutex_lock().

◆ mutex

pthread_mutex_t TicketMutex::mutex

◆ owner

pthread_t TicketMutex::owner

Definition at line 507 of file threads.cc.

Referenced by ticket_mutex_lock().

◆ queue_head

uint TicketMutex::queue_head

Definition at line 506 of file threads.cc.

Referenced by BLI_ticket_mutex_unlock(), and ticket_mutex_lock().

◆ queue_tail

uint TicketMutex::queue_tail

Definition at line 506 of file threads.cc.

Referenced by ticket_mutex_lock().


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