Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dsemaphore.c20 status = osSemaphoreAcquire((osSemaphoreId_t)arg, 0); in thread_sema()
25 status = osSemaphoreAcquire((osSemaphoreId_t)arg, WAIT_TICKS); in thread_sema()
37 status = osSemaphoreAcquire((osSemaphoreId_t)arg, 0); in thread_sema()
90 zassert_equal(osSemaphoreAcquire(dummy_sem_id, osWaitForever), in ZTEST()
93 status = osSemaphoreAcquire(semaphore_id, osWaitForever); in ZTEST()
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dphil_obj_abstract.h46 #define take(x) osSemaphoreAcquire(x, osWaitForever)
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dsemaphore.c60 osStatus_t osSemaphoreAcquire(osSemaphoreId_t semaphore_id, uint32_t timeout) in osSemaphoreAcquire() function
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h618 osStatus_t osSemaphoreAcquire(osSemaphoreId_t semaphore_id, uint32_t timeout);