Monado OpenXR Runtime
Data Fields
os_thread_helper Struct Reference

All in one helper that handles locking, waiting for change and starting a thread. More...

#include <os/os_threading.h>

Data Fields

pthread_t thread
 
pthread_mutex_t mutex
 
pthread_cond_t cond
 
bool running
 

Detailed Description

All in one helper that handles locking, waiting for change and starting a thread.

Field Documentation

◆ cond

pthread_cond_t os_thread_helper::cond

◆ mutex

pthread_mutex_t os_thread_helper::mutex

◆ running

bool os_thread_helper::running

◆ thread

pthread_t os_thread_helper::thread

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