Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/user/libs/libc/src/
Dtime.c26 struct timespec ts = { in usleep() local
31 return nanosleep(&ts, NULL); in usleep()
/DragonOS-0.1.2/kernel/src/time/
Dsleep.c80 struct timespec ts = { in usleep() local
85 return nanosleep(&ts, NULL); in usleep()