|
PatchworkOS
|
#include <stdatomic.h>#include <stdbool.h>#include <stdio.h>#include <sys/proc.h>#include <threads.h>#include "user/common/syscalls.h"#include "user/common/thread.h"Go to the source code of this file.
Functions | |
| int | thrd_sleep (const struct timespec *duration, struct timespec *remaining) |
Definition at line 10 of file thrd_sleep.c.
References CLOCKS_PER_SEC, nanosleep(), NULL, start(), timespec::tv_nsec, timespec::tv_sec, and uptime().