![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
POSIX CPU-Time Clocks option. More...
Macros | |
| #define | CLOCK_PROCESS_CPUTIME_ID ((clockid_t)2) |
| CPU-time clock for the calling process. | |
Functions | |
| int | clock_getcpuclockid (pid_t pid, clockid_t *clock_id) |
| Get the CPU-time clock ID for a process. | |
POSIX CPU-Time Clocks option.
| #define CLOCK_PROCESS_CPUTIME_ID ((clockid_t)2) |
Get the CPU-time clock ID for a process.
| pid | Process ID (0 = calling process). |
| clock_id | Output: clock ID. |