Blender V4.5
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 607 of file threads.cc.

Member Data Documentation

◆ canceled

volatile int ThreadQueue::canceled

Definition at line 613 of file threads.cc.

◆ finish_cond

pthread_cond_t ThreadQueue::finish_cond

◆ mutex

◆ nowait

volatile int ThreadQueue::nowait

◆ push_cond

◆ queue


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