muteki
Loading...
Searching...
No Matches
threading.h
Go to the documentation of this file.
1/*
2 * Copyright 2025 dogtopus
3 * SPDX-License-Identifier: MIT
4 */
5
11#ifndef __OSDEP_THREADING_H__
12#define __OSDEP_THREADING_H__
13
14#include <muteki/threading.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
26
27#ifdef __cplusplus
28} // extern "C"
29#endif
30
31#endif // __OSDEP_THREADING_H__
Native threading API.
thread_t * osdep_thread_get_current(void)
Get the current running thread.
Thread descriptor structure.
Definition threading.h:117