Searched defs:sleep_duration (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/controllers/freezer/
H A Dvfork.c119 struct timespec sleep_duration; variable in typeref:struct:timespec
124 int rc = nanosleep(&sleep_duration, &sleep_duration);
150 sleep_duration.tv_sec = 0U;
151 sleep_duration.tv_nsec = 0U;
165 sleep_duration.tv_sec = 1;
174 sleep_duration.tv_sec = duration;
176 sleep_duration.tv_nsec = duration * 1000000U;
178 sleep_duration.tv_nsec = duration * 1000U;
180 sleep_duration
[all...]

Completed in 71 milliseconds