HomeSort by relevance Sort by last modified time
    Searched defs:nanosleep (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/os/
timers.c 1284 nanosleep(timespec_t *rqtp, timespec_t *rmtp) function
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
scalls.c 592 nanosleep(const timespec_t *rqtp, timespec_t *rmtp) function
666 * and reissue the nanosleep() call if necessary.
691 if (nanosleep(&ts, &tsr) == -1 && errno == EINTR) {
706 (void) nanosleep(&ts, NULL);

Completed in 180 milliseconds