Home
last modified time | relevance | path

Searched defs:clock_nanosleep (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/rv/monitors/sleep/
H A Dsleep.h103 bool clock_nanosleep = test_bit(LTL_CLOCK_NANOSLEEP, mon->atoms); in ltl_start() local
152 bool clock_nanosleep = test_bit(LTL_CLOCK_NANOSLEEP, mon->atoms); in ltl_possible_next_states() local
/linux/kernel/time/
H A Dposix-stubs.c94 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
H A Dposix-timers.c1375 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
/linux/tools/include/nolibc/
H A Dtime.h133 int clock_nanosleep(clockid_t clockid, int flags, const struct timespec *rqtp, clock_nanosleep() function