wasi-libc/libc-bottom-half/clocks
Yuta Saito 67080fa045
times should always return 0 for tms_cutime (#510)
`tms_cutime` is the sum of the user times of child processes *excluding
the current process*. Since WASI doesn't provide a way to spawn a new
process, this value should always be 0.
2024-07-02 22:46:25 -07:00
..
clock.c Add some more comments. 2021-03-23 10:34:46 -07:00
getrusage.c Add some more comments. 2021-03-23 10:34:46 -07:00
times.c times should always return 0 for tms_cutime (#510) 2024-07-02 22:46:25 -07:00