Blender  V2.93
Public Attributes | List of all members
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 634 of file threads.cc.

Member Data Documentation

◆ canceled

volatile int ThreadQueue::canceled

Definition at line 640 of file threads.cc.

◆ finish_cond

pthread_cond_t ThreadQueue::finish_cond

◆ mutex

pthread_mutex_t ThreadQueue::mutex

◆ nowait

volatile int ThreadQueue::nowait

◆ push_cond

pthread_cond_t ThreadQueue::push_cond

◆ queue

GSQueue* ThreadQueue::queue

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