Searched refs:timer_thread_create (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c128 timer_thread_create(clockid_t cid, bool expire) function
264 timer_thread_create(CLOCK_REALTIME, false);
278 timer_thread_create(CLOCK_MONOTONIC, false);
292 timer_thread_create(CLOCK_REALTIME, true);
306 timer_thread_create(CLOCK_MONOTONIC, true);

Completed in 155 milliseconds