|
Monado OpenXR Runtime
|

Data Fields | |
| struct u_worker_group | base |
| Base struct has to come first. More... | |
| struct u_worker_thread_pool * | uwtp |
| 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... | |
| struct u_worker_group group::base |
Base struct has to come first.
| size_t group::current_submitted_tasks_count |
Number of tasks that is pending or being worked on in this group.
| size_t group::released_count |
Number of threads that have been released or newly entered wait.
| struct u_worker_thread_pool* group::uwtp |
Pointer to poll of threads.
| struct { ... } group::waiting |
For wait_all.