Home
last modified time | relevance | path

Searched refs:OSA_SemaphoreGetCount (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h815 osa_semaphore_count_t OSA_SemaphoreGetCount(osa_semaphore_handle_t semaphoreHandle);
Dfsl_os_abstraction_threadx.c1115 osa_semaphore_count_t OSA_SemaphoreGetCount(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreGetCount() function
Dfsl_os_abstraction_zephyr.c982 osa_semaphore_count_t OSA_SemaphoreGetCount(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreGetCount() function
Dfsl_os_abstraction_free_rtos.c1372 osa_semaphore_count_t OSA_SemaphoreGetCount(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreGetCount() function
Dfsl_os_abstraction_bm.c1607 osa_semaphore_count_t OSA_SemaphoreGetCount(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreGetCount() function
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c208 return OSA_SemaphoreGetCount((osa_semaphore_handle_t)wakelock); in wakelock_isheld()