Searched refs:timeoutspec (Results 1 – 3 of 3) sorted by relevance
1500 struct timespec timeoutspec; in kqueue_queue_control() local1539 timeoutspec.tv_sec = seconds; in kqueue_queue_control()1540 timeoutspec.tv_nsec = (long)(timeout * 1E9); in kqueue_queue_control()1541 ptimeoutspec = &timeoutspec; in kqueue_queue_control()
1555 struct timespec timeoutspec; in kqueue_queue_control() local1594 timeoutspec.tv_sec = seconds; in kqueue_queue_control()1595 timeoutspec.tv_nsec = (long)(timeout * 1E9); in kqueue_queue_control()1596 ptimeoutspec = &timeoutspec; in kqueue_queue_control()