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

  /src/tests/kernel/kqueue/
t_timer.c 167 struct timespec sleepts; local in function:ATF_TC_BODY
176 sleepts.tv_sec = TIME1_TOTAL_SEC;
177 sleepts.tv_nsec = 500000000;
178 ATF_REQUIRE(nanosleep(&sleepts, NULL) == 0);
197 struct timespec sleepts; local in function:ATF_TC_BODY
209 sleepts.tv_sec = 5;
210 sleepts.tv_nsec = 0;
211 ATF_REQUIRE(nanosleep(&sleepts, NULL) == 0);
230 sleepts.tv_sec = 5;
231 sleepts.tv_nsec = 0
    [all...]
  /src/sys/kern/
sys_select.c 242 struct timespec sleepts; local in function:sel_do_scan
246 if (ts && inittimeleft(ts, &sleepts) == -1) {
299 if (ts && (timo = gettimeleft(ts, &sleepts)) <= 0)
kern_event.c 2275 struct timespec ats, sleepts; local in function:kqueue_scan
2293 if (inittimeleft(&ats, &sleepts) == -1) {
2322 gettimeleft(&ats, &sleepts)) > 0) {

Completed in 16 milliseconds