PatchworkOS
da8a090
A non-POSIX operating system.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
pid_t.h
Go to the documentation of this file.
1
#ifndef _AUX_PID_T_H
2
#define _AUX_PID_T_H 1
3
4
/**
5
* @brief Process Identifier.
6
* @ingroup libstd
7
*
8
* The `pid_t` type is used to store process identifiers, valid id's will map to folders found in `/proc`.
9
*
10
*/
11
typedef
__UINT64_TYPE__
pid_t
;
12
13
#endif
pid_t
__UINT64_TYPE__ pid_t
Process Identifier.
Definition
pid_t.h:11
include
libstd
_internal
pid_t.h
Generated on Fri Dec 12 2025 00:22:10 for PatchworkOS by
1.9.8