HomeSort by: relevance | last modified time | path
    Searched defs:sleepytime (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/termios/
tcsendbreak.c 59 static const struct timespec sleepytime = { 0, 400000000 }; local in function:__weak_alias
65 (void)nanosleep(&sleepytime, NULL);
tcsendbreak.c 59 static const struct timespec sleepytime = { 0, 400000000 }; local in function:__weak_alias
65 (void)nanosleep(&sleepytime, NULL);

Completed in 21 milliseconds