Home
last modified time | relevance | path

Searched refs:osSemaphoreWait (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/tests/subsys/portability/cmsis_rtos_v1/src/
Dsemaphore.c20 tokens_available = osSemaphoreWait((osSemaphoreId)arg, 0); in thread_sema()
25 tokens_available = osSemaphoreWait((osSemaphoreId)arg, TIMEOUT - 100); in thread_sema()
37 tokens_available = osSemaphoreWait((osSemaphoreId)arg, 0); in thread_sema()
62 zassert_true(osSemaphoreWait(semaphore_id, osWaitForever) > 0, in ZTEST()
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dphil_obj_abstract.h42 #define take(x) osSemaphoreWait(x, osWaitForever)
/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v1/
Dcmsis_semaphore.c45 int32_t osSemaphoreWait(osSemaphoreId semaphore_id, uint32_t timeout) in osSemaphoreWait() function
/Zephyr-Core-3.5.0/include/zephyr/portability/
Dcmsis_os.h519 int32_t osSemaphoreWait (osSemaphoreId semaphore_id, uint32_t millisec);