Searched refs:TIMEOUT_TICKS (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | thread_flags.c | 14 #define TIMEOUT_TICKS (10) macro 45 flags = osThreadFlagsWait(FLAG1, osFlagsWaitAny, TIMEOUT_TICKS); in thread1() 53 flags = osThreadFlagsWait(FLAG, osFlagsWaitAll, TIMEOUT_TICKS); in thread2() 101 osDelay(TIMEOUT_TICKS); in ZTEST() 116 osDelay(TIMEOUT_TICKS / 2); in ZTEST() 125 osDelay(TIMEOUT_TICKS / 2); in ZTEST() 148 flags = osThreadFlagsWait(ISR_FLAG, osFlagsWaitAll, TIMEOUT_TICKS); in test_thread_flags_from_isr() 169 osDelay(TIMEOUT_TICKS); in ZTEST()
|
D | msgq.c | 19 #define TIMEOUT_TICKS 50 macro 33 osDelay(TIMEOUT_TICKS); in send_msg_thread() 75 status = osMessageQueuePut(message_id, &sample, 0, TIMEOUT_TICKS / 2); in send_msg_thread() 81 status = osMessageQueuePut(message_id, &sample, 0, TIMEOUT_TICKS * 2); in send_msg_thread() 99 NULL, TIMEOUT_TICKS); in message_recv() 117 osDelay(TIMEOUT_TICKS); in message_recv() 173 osDelay(TIMEOUT_TICKS / 10); in ZTEST()
|
D | semaphore.c | 12 #define TIMEOUT_TICKS (10 + WAIT_TICKS) macro 32 osDelay(TIMEOUT_TICKS); in thread_sema() 99 osDelay(TIMEOUT_TICKS); in ZTEST() 109 osDelay(TIMEOUT_TICKS); in ZTEST()
|
D | event_flags.c | 14 #define TIMEOUT_TICKS (100) macro 116 flags = osEventFlagsWait(evt_id, FLAG1, osFlagsWaitAny, TIMEOUT_TICKS); in test_event_flags_no_wait_timeout() 137 flags = osEventFlagsWait(evt_id, FLAG, osFlagsWaitAll, TIMEOUT_TICKS); in test_event_flags_signalled() 145 flags = osEventFlagsWait(evt_id, FLAG1, osFlagsWaitAny, TIMEOUT_TICKS); in test_event_flags_signalled() 205 osFlagsWaitAll, TIMEOUT_TICKS); in test_event_flags_isr() 210 osFlagsWaitAll, TIMEOUT_TICKS); in test_event_flags_isr()
|
D | mutex.c | 12 #define TIMEOUT_TICKS (10 + WAIT_TICKS) macro 133 osDelay(TIMEOUT_TICKS); in tThread_entry_lock_timeout() 138 status = osMutexAcquire((osMutexId_t)arg, TIMEOUT_TICKS); in tThread_entry_lock_timeout() 172 osDelay(TIMEOUT_TICKS); in ZTEST() 176 osDelay(TIMEOUT_TICKS); in ZTEST()
|
D | mempool.c | 12 #define TIMEOUT_TICKS 10 macro 79 TIMEOUT_TICKS); in mempool_common_tests()
|