Searched refs:rts (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c2156 timespec_t rts; local
2158 while (__nanosleep(&ts, &rts) == EINTR)
2159 ts = rts;

Completed in 38 milliseconds