Blender V4.3
ThreadQueue Struct Reference

Public Attributes

GSQueuequeue
 
pthread_mutex_t mutex
 
pthread_cond_t push_cond
 
pthread_cond_t finish_cond
 
volatile int nowait
 
volatile int canceled
 

Detailed Description

Definition at line 609 of file threads.cc.

Member Data Documentation

◆ canceled

volatile int ThreadQueue::canceled

Definition at line 615 of file threads.cc.

◆ finish_cond

pthread_cond_t ThreadQueue::finish_cond

Definition at line 613 of file threads.cc.

◆ mutex

pthread_mutex_t ThreadQueue::mutex

Definition at line 611 of file threads.cc.

◆ nowait

volatile int ThreadQueue::nowait

Definition at line 614 of file threads.cc.

◆ push_cond

pthread_cond_t ThreadQueue::push_cond

Definition at line 612 of file threads.cc.

◆ queue

GSQueue* ThreadQueue::queue

Definition at line 610 of file threads.cc.

Referenced by BLI_thread_queue_init().


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