Searched refs:osThreadFlagsWait (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | thread_flags.c | 28 flags = osThreadFlagsWait(FLAG1, osFlagsWaitAny | osFlagsNoClear, 0); in thread1() 44 flags = osThreadFlagsWait(FLAG1, osFlagsWaitAny, TIMEOUT_TICKS); in thread1() 52 flags = osThreadFlagsWait(FLAG, osFlagsWaitAll, TIMEOUT_TICKS); in thread2() 65 zassert_equal(osThreadFlagsWait(0x80010000, osFlagsWaitAny, 0), osFlagsErrorParameter, in thread2() 143 flags = osThreadFlagsWait(ISR_FLAG, osFlagsWaitAll, TIMEOUT_TICKS); in test_thread_flags_from_isr()
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | thread_flags.c | 87 uint32_t osThreadFlagsWait(uint32_t flags, uint32_t options, uint32_t timeout) in osThreadFlagsWait() function
|
/Zephyr-latest/include/zephyr/portability/ |
D | cmsis_os2.h | 470 uint32_t osThreadFlagsWait(uint32_t flags, uint32_t options, uint32_t timeout);
|