Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c249 #define DELTA_MS 500 macro
299 zassert_true((milliseconds_spent >= DELAY_MS - DELTA_MS) && in ZTEST()
300 (milliseconds_spent <= DELAY_MS + DELTA_MS), in ZTEST()
320 osDelay(k_ms_to_ticks_ceil32(DELAY_MS - DELTA_MS)); in ZTEST()
326 osDelay(k_ms_to_ticks_ceil32(DELTA_MS)); in ZTEST()
353 osDelay(k_ms_to_ticks_ceil32(DELAY_MS - DELTA_MS)); in ZTEST()
358 osDelay(k_ms_to_ticks_ceil32(DELTA_MS)); in ZTEST()
375 osDelay(k_ms_to_ticks_ceil32(DELAY_MS - DELTA_MS)); in ZTEST()
380 osDelay(k_ms_to_ticks_ceil32(DELTA_MS)); in ZTEST()