__UINT64_TYPE__ clock_t
A nanosecond time.
A simple ticket lock implementation.
Per-CPU performance context.
_Atomic(clock_t) kernelClocks
Total kernel mode CPU time used by this process, does not include interrupt time.
clock_t startTime
The time when the process was started.
_Atomic(clock_t) userClocks
Total user mode CPU time used by this process.
Per-Thread performance context.
clock_t syscallBegin
The time the current syscall began. Also used to "skip" time spent in interrupts.
Thread of execution structure.