Home
last modified time | relevance | path

Searched refs:test_timer (Results 1 – 5 of 5) sorted by relevance

/tests/posix/timers/src/
A Dtimer.c33 void test_timer(clockid_t clock_id, int sigev_notify) in test_timer() function
86 test_timer(CLOCK_REALTIME, SIGEV_SIGNAL); in ZTEST()
91 test_timer(CLOCK_REALTIME, SIGEV_THREAD); in ZTEST()
96 test_timer(CLOCK_MONOTONIC, SIGEV_SIGNAL); in ZTEST()
101 test_timer(CLOCK_MONOTONIC, SIGEV_THREAD); in ZTEST()
/tests/kernel/timer/timer_monotonic/src/
A Dmain.c51 ZTEST(timer_fn, test_timer) in ZTEST() argument
/tests/subsys/portability/cmsis_rtos_v1/src/
A Dtimer.c41 ZTEST(cmsis_timer, test_timer) in ZTEST() argument
/tests/subsys/portability/cmsis_rtos_v2/src/
A Dtimer.c36 ZTEST(cmsis_timer, test_timer) in ZTEST() argument
/tests/drivers/uart/uart_async_dual/src/
A Dmain.c311 static K_TIMER_DEFINE(test_timer, test_timeout, NULL);
406 k_timer_start(&test_timer, K_MSEC(CONFIG_UART_ASYNC_DUAL_TEST_TIMEOUT), K_NO_WAIT); in var_packet_hwfc()
746 k_timer_start(&test_timer, K_MSEC(CONFIG_UART_ASYNC_DUAL_TEST_TIMEOUT), K_NO_WAIT); in hci_like_test()

Completed in 27 milliseconds