Home
last modified time | relevance | path

Searched refs:tv_broadcast (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_thread.c294 struct timeval tv_signal, tv_timeout, tv_broadcast; in thread_conditions_simple() local
306 tv_signal.tv_sec = tv_timeout.tv_sec = tv_broadcast.tv_sec = 0; in thread_conditions_simple()
309 tv_broadcast.tv_usec = 500*1000; in thread_conditions_simple()
336 tt_int_op(event_add(&wake_all, &tv_broadcast), ==, 0); in thread_conditions_simple()
365 &tv_broadcast); in thread_conditions_simple()
372 target_delay = &tv_broadcast; in thread_conditions_simple()
/netbsd/external/bsd/libevent/dist/test/
H A Dregress_thread.c299 struct timeval tv_signal, tv_timeout, tv_broadcast;
311 tv_signal.tv_sec = tv_timeout.tv_sec = tv_broadcast.tv_sec = 0;
314 tv_broadcast.tv_usec = 500*1000;
341 tt_int_op(event_add(&wake_all, &tv_broadcast), ==, 0);
370 &tv_broadcast);
377 target_delay = &tv_broadcast;