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() 45 flags = osThreadFlagsWait(FLAG1, osFlagsWaitAny, TIMEOUT_TICKS); in thread1() 53 flags = osThreadFlagsWait(FLAG, osFlagsWaitAll, TIMEOUT_TICKS); in thread2() 68 zassert_equal(osThreadFlagsWait(0x80010000, osFlagsWaitAny, 0), in thread2() 148 flags = osThreadFlagsWait(ISR_FLAG, osFlagsWaitAll, TIMEOUT_TICKS); in test_thread_flags_from_isr()
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | thread_flags.c | 86 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);
|