/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);
|