Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c135 osDelay(100); in thread_apis_common()
204 osDelay(100); in thread3()
220 osDelay(10); in thread_prior_common()
255 osDelay(k_ms_to_ticks_ceil32(DELAY_MS)); in thread5()
321 osDelay(k_ms_to_ticks_ceil32(DELAY_MS - DELTA_MS)); in ZTEST()
327 osDelay(k_ms_to_ticks_ceil32(DELTA_MS)); in ZTEST()
354 osDelay(k_ms_to_ticks_ceil32(DELAY_MS - DELTA_MS)); in ZTEST()
359 osDelay(k_ms_to_ticks_ceil32(DELTA_MS)); in ZTEST()
376 osDelay(k_ms_to_ticks_ceil32(DELAY_MS - DELTA_MS)); in ZTEST()
381 osDelay(k_ms_to_ticks_ceil32(DELTA_MS)); in ZTEST()
Dthread_flags.c101 osDelay(TIMEOUT_TICKS); in ZTEST()
116 osDelay(TIMEOUT_TICKS / 2); in ZTEST()
125 osDelay(TIMEOUT_TICKS / 2); in ZTEST()
169 osDelay(TIMEOUT_TICKS); in ZTEST()
Dsemaphore.c32 osDelay(TIMEOUT_TICKS); in thread_sema()
99 osDelay(TIMEOUT_TICKS); in ZTEST()
109 osDelay(TIMEOUT_TICKS); in ZTEST()
Dmutex.c134 osDelay(TIMEOUT_TICKS); in tThread_entry_lock_timeout()
173 osDelay(TIMEOUT_TICKS); in ZTEST()
177 osDelay(TIMEOUT_TICKS); in ZTEST()
Dtimer.c76 osDelay(timerDelay * 3U + 10); in ZTEST()
101 osDelay(timerDelay * NUM_PERIODS + 10); in ZTEST()
Dmsgq.c33 osDelay(TIMEOUT_TICKS); in send_msg_thread()
117 osDelay(TIMEOUT_TICKS); in message_recv()
173 osDelay(TIMEOUT_TICKS / 10); in ZTEST()
Devent_flags.c91 osDelay(2); in test_event_flags_no_wait_timeout()
129 osDelay(2); in test_event_flags_signalled()
/Zephyr-Core-3.5.0/tests/subsys/portability/cmsis_rtos_v1/src/
Dsemaphore.c32 osDelay(TIMEOUT - 100); in thread_sema()
66 osDelay(TIMEOUT); in ZTEST()
72 osDelay(TIMEOUT); in ZTEST()
Dthread_apis.c92 osDelay(100); in thread3()
112 osDelay(10); in ZTEST()
143 osDelay(100); in ZTEST()
Dmutex.c113 osDelay(TIMEOUT - 100); in tThread_entry_lock_timeout()
141 osDelay(TIMEOUT); in ZTEST()
145 osDelay(TIMEOUT); in ZTEST()
Dtimer.c67 osDelay(timerDelay*3U + 100); in ZTEST()
90 osDelay(timerDelay*NUM_PERIODS + 100); in ZTEST()
Dmsgq.c27 osDelay(TIMEOUT); in send_msg_thread()
88 osDelay(TIMEOUT); in message_recv()
Dmailq.c46 osDelay(TIMEOUT); in send_thread()
138 osDelay(TIMEOUT); in mail_recv()
Dsignal.c81 osDelay(10); in ZTEST()
102 osDelay(10); in ZTEST()
/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v1/
Dcmsis_wait.c13 osStatus osDelay(uint32_t delay_ms) in osDelay() function
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dmain.c169 osDelay(delay); in philosopher()
177 osDelay(delay); in philosopher()
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dmain.c194 osDelay(delay); in philosopher()
202 osDelay(delay); in philosopher()
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/src/
Dmain.c81 osDelay(TIMER_TICKS); in main()
/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v2/
Dkernel.c122 osStatus_t osDelay(uint32_t ticks) in osDelay() function
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/src/
Dmain.c97 osDelay(TIMER_TICKS); in main()
/Zephyr-Core-3.5.0/include/zephyr/portability/
Dcmsis_os.h350 osStatus osDelay (uint32_t millisec);
Dcmsis_os2.h478 osStatus_t osDelay(uint32_t ticks);