|
Monado OpenXR Runtime
|
Simple process handling. More...
#include "xrt/xrt_config.h"#include "xrt/xrt_config_build.h"#include <limits.h>#include <errno.h>#include <stdbool.h>#include "u_file.h"#include "u_logging.h"#include "u_misc.h"
Data Structures | |
| struct | u_process |
Functions | |
| static XRT_MAYBE_UNUSED int | get_pidfile_path (char *buf) |
| struct u_process * | u_process_create_if_not_running (void) |
| Creates a handle for this process that is unique to the operating system user. More... | |
| void | u_process_destroy (struct u_process *proc) |
| Releases the unique handle of the operating system user. More... | |
Simple process handling.