Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/timers/src/
Dtimer.c84 ZTEST(posix_timers, test_CLOCK_REALTIME__SIGEV_SIGNAL) in ZTEST() argument
89 ZTEST(posix_timers, test_CLOCK_REALTIME__SIGEV_THREAD) in ZTEST() argument
94 ZTEST(posix_timers, test_CLOCK_MONOTONIC__SIGEV_SIGNAL) in ZTEST() argument
99 ZTEST(posix_timers, test_CLOCK_MONOTONIC__SIGEV_THREAD) in ZTEST() argument
104 ZTEST(posix_timers, test_timer_overrun) in ZTEST() argument
124 ZTEST(posix_timers, test_one_shot__SIGEV_SIGNAL) in ZTEST() argument
167 ZTEST_SUITE(posix_timers, NULL, NULL, before, after, NULL);
Dclock.c67 ZTEST(posix_timers, test_clock_gettime) in ZTEST() argument
92 ZTEST(posix_timers, test_clock_settime) in ZTEST() argument
140 ZTEST(posix_timers, test_realtime) in ZTEST() argument
191 ZTEST(posix_timers, test_clock_getcpuclockid) in ZTEST() argument
204 ZTEST(posix_timers, test_clock_getres) in ZTEST() argument
Dsleep.c27 ZTEST(posix_timers, test_sleep) in ZTEST() argument
58 ZTEST(posix_timers, test_usleep) in ZTEST() argument
Dnanosleep.c107 ZTEST(posix_timers, test_nanosleep_errors_errno) in ZTEST() argument
112 ZTEST(posix_timers, test_clock_nanosleep_errors_errno) in ZTEST() argument
203 ZTEST(posix_timers, test_nanosleep_execution) in ZTEST() argument
224 ZTEST(posix_timers, test_clock_nanosleep_execution) in ZTEST() argument
/Zephyr-latest/tests/posix/timers/
DCMakeLists.txt5 project(posix_timers) project