Monado OpenXR Runtime
group Struct Reference
Collaboration diagram for group:

Data Fields

struct u_worker_group base
 Base struct has to come first. More...
 
struct u_worker_thread_pooluwtp
 Pointer to poll of threads. More...
 
size_t current_submitted_tasks_count
 Number of tasks that is pending or being worked on in this group. More...
 
size_t released_count
 Number of threads that have been released or newly entered wait. More...
 
struct {
   size_t   count
 
   struct os_cond   cond
 
waiting
 For wait_all. More...
 

Field Documentation

◆ base

struct u_worker_group group::base

Base struct has to come first.

◆ current_submitted_tasks_count

size_t group::current_submitted_tasks_count

Number of tasks that is pending or being worked on in this group.

◆ released_count

size_t group::released_count

Number of threads that have been released or newly entered wait.

◆ uwtp

struct u_worker_thread_pool* group::uwtp

Pointer to poll of threads.

◆ 

struct { ... } group::waiting

For wait_all.


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