Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h341 osaStatus_t OSA_SemaphoreDestroy(osaSemaphoreId_t semId);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h644 osa_status_t OSA_SemaphoreDestroy(osa_semaphore_handle_t semaphoreHandle);
Dfsl_os_abstraction_threadx.c394 osa_status_t OSA_SemaphoreDestroy(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreDestroy() function
Dfsl_os_abstraction_free_rtos.c437 osa_status_t OSA_SemaphoreDestroy(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreDestroy() function
Dfsl_os_abstraction_bm.c615 osa_status_t OSA_SemaphoreDestroy(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreDestroy() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c637 (void)OSA_SemaphoreDestroy((osa_semaphore_handle_t)s_timermanager.halTimerTaskSemaphoreHandle); in TM_Deinit()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_manager.c1541 (void)OSA_SemaphoreDestroy((osa_event_handle_t)handle->serSemaphore);