Searched refs:common_lower_bound_check (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/posix/common/src/ |
D | nanosleep.c | 148 static void common_lower_bound_check(int selection, clockid_t clock_id, int flags, const uint32_t s, in common_lower_bound_check() function 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() 233 common_lower_bound_check(SELECT_CLOCK_NANOSLEEP, CLOCK_MONOTONIC, TIMER_ABSTIME, in ZTEST() 237 common_lower_bound_check(SELECT_CLOCK_NANOSLEEP, CLOCK_MONOTONIC, TIMER_ABSTIME, in ZTEST() 241 common_lower_bound_check(SELECT_CLOCK_NANOSLEEP, CLOCK_MONOTONIC, TIMER_ABSTIME, in ZTEST() [all …]
|