Monado OpenXR Runtime
Data Structures
os_threading.h File Reference

Wrapper around OS threading native functions. More...

#include "xrt/xrt_config_os.h"
#include "util/u_misc.h"
Include dependency graph for os_threading.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  os_mutex
 A wrapper around a native mutex. More...
 
struct  os_thread
 A wrapper around a native mutex. More...
 
struct  os_thread_helper
 All in one helper that handles locking, waiting for change and starting a thread. More...
 
typedef void *(* os_run_func) (void *)
 Run function. More...
 

Detailed Description

Wrapper around OS threading native functions.

Author
Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m

Typedef Documentation

◆ os_run_func

typedef void*(* os_run_func) (void *)

Run function.