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
17
extern
"C"
{
18
#endif
19
25
extern
thread_t
*
osdep_thread_get_current
(
void
);
26
27
#ifdef __cplusplus
28
}
// extern "C"
29
#endif
30
31
#endif
// __OSDEP_THREADING_H__
threading.h
Native threading API.
osdep_thread_get_current
thread_t * osdep_thread_get_current(void)
Get the current running thread.
thread_s
Thread descriptor structure.
Definition
threading.h:117
include
osdep
threading.h
Generated by
1.9.8