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

  /src/tests/kernel/
t_nanosleep.c 125 struct timespec brief = { 0, 3 * 100 * 1000 * 1000 }; /* 300 ms */ local in function:runit
164 (void) clock_nanosleep(CLOCK_MONOTONIC, TIMER_RELTIME, &brief, NULL);
173 (void) clock_nanosleep(CLOCK_MONOTONIC, TIMER_RELTIME, &brief, NULL);
t_nanosleep.c 125 struct timespec brief = { 0, 3 * 100 * 1000 * 1000 }; /* 300 ms */ local in function:runit
164 (void) clock_nanosleep(CLOCK_MONOTONIC, TIMER_RELTIME, &brief, NULL);
173 (void) clock_nanosleep(CLOCK_MONOTONIC, TIMER_RELTIME, &brief, NULL);
t_nanosleep.c 125 struct timespec brief = { 0, 3 * 100 * 1000 * 1000 }; /* 300 ms */ local in function:runit
164 (void) clock_nanosleep(CLOCK_MONOTONIC, TIMER_RELTIME, &brief, NULL);
173 (void) clock_nanosleep(CLOCK_MONOTONIC, TIMER_RELTIME, &brief, NULL);

Completed in 81 milliseconds