Home
last modified time | relevance | path

Searched refs:osSemaphoreDelete (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dsemaphore.c112 zassert_equal(osSemaphoreDelete(dummy_sem_id), osErrorParameter, in ZTEST()
115 status = osSemaphoreDelete(semaphore_id); in ZTEST()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dsemaphore.c74 status = osSemaphoreDelete(semaphore_id); in ZTEST()
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_semaphore.c103 osStatus osSemaphoreDelete(osSemaphoreId semaphore_id) in osSemaphoreDelete() function
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dsemaphore.c128 osStatus_t osSemaphoreDelete(osSemaphoreId_t semaphore_id) in osSemaphoreDelete() function
/Zephyr-latest/doc/services/portability/
Dcmsis_rtos_v2.rst36 ``osSemaphoreDelete``
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os.h531 osStatus osSemaphoreDelete (osSemaphoreId semaphore_id);
Dcmsis_os2.h633 osStatus_t osSemaphoreDelete(osSemaphoreId_t semaphore_id);