Searched refs:osSemaphoreAcquire (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
| D | semaphore.c | 21 status = osSemaphoreAcquire((osSemaphoreId_t)arg, 0); in thread_sema() 25 status = osSemaphoreAcquire((osSemaphoreId_t)arg, WAIT_TICKS); in thread_sema() 36 status = osSemaphoreAcquire((osSemaphoreId_t)arg, 0); in thread_sema() 79 zassert_equal(osSemaphoreAcquire(dummy_sem_id, osWaitForever), osErrorParameter, in ZTEST() 82 status = osSemaphoreAcquire(semaphore_id, osWaitForever); in ZTEST()
|
| /Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/ |
| D | phil_obj_abstract.h | 46 #define take(x) osSemaphoreAcquire(x, osWaitForever)
|
| /Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
| D | semaphore.c | 62 osStatus_t osSemaphoreAcquire(osSemaphoreId_t semaphore_id, uint32_t timeout) in osSemaphoreAcquire() function
|
| /Zephyr-latest/include/zephyr/portability/ |
| D | cmsis_os2.h | 618 osStatus_t osSemaphoreAcquire(osSemaphoreId_t semaphore_id, uint32_t timeout);
|