Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_flags.c28 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/
Dthread_flags.c86 uint32_t osThreadFlagsWait(uint32_t flags, uint32_t options, uint32_t timeout) in osThreadFlagsWait() function
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h470 uint32_t osThreadFlagsWait(uint32_t flags, uint32_t options, uint32_t timeout);