Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/posix/common/src/
Dnanosleep.c14 #define SELECT_NANOSLEEP 1 macro
20 if (selection == SELECT_NANOSLEEP) { in select_nanosleep()
109 common_errors(SELECT_NANOSLEEP, CLOCK_REALTIME, 0); in ZTEST()
172 case SELECT_NANOSLEEP: in common_lower_bound_check()
206 common_lower_bound_check(SELECT_NANOSLEEP, 0, 0, 0, 1); in ZTEST()
209 common_lower_bound_check(SELECT_NANOSLEEP, 0, 0, 0, 1001); in ZTEST()
212 common_lower_bound_check(SELECT_NANOSLEEP, 0, 0, 0, 500000000); in ZTEST()
215 common_lower_bound_check(SELECT_NANOSLEEP, 0, 0, 1, 0); in ZTEST()
218 common_lower_bound_check(SELECT_NANOSLEEP, 0, 0, 1, 1); in ZTEST()
221 common_lower_bound_check(SELECT_NANOSLEEP, 0, 0, 1, 1001); in ZTEST()