HomeSort by relevance Sort by last modified time
    Searched full:ts_sleep (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/realtime/lib/
librttest.c 518 struct timespec ts_sleep, ts_rem; local
520 nsec_to_ts(ns, &ts_sleep);
521 rc = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &ts_sleep,
532 struct timespec ts_sleep, ts_rem; local
534 nsec_to_ts(ns, &ts_sleep);
535 rc = clock_nanosleep(CLOCK_MONOTONIC, 0, &ts_sleep, &ts_rem);
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 800 TS_SLEEP = 0x01
STROPTS.py 797 TS_SLEEP = 0x01
    [all...]

Completed in 136 milliseconds