PatchworkOS
19e446b
A non-POSIX operating system.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
tid_t.h
Go to the documentation of this file.
1
#ifndef _INTERNAL_TID_T_H
2
#define _INTERNAL_TID_T_H 1
3
4
/**
5
* @brief Thread Identifier.
6
* @ingroup libstd
7
*
8
* The `tid_t` type is used to store thread identifiers, note that these id's are only used by the kernel and its system
9
* calls, for libstd threading found in `thread.h` the `thrd_t` type should be used.
10
*
11
*/
12
typedef
__UINT64_TYPE__
tid_t
;
13
14
#endif
tid_t
__UINT64_TYPE__ tid_t
Thread Identifier.
Definition
tid_t.h:12
include
_libstd
tid_t.h
Generated on Sat Jan 24 2026 10:59:24 for PatchworkOS by
1.9.8