Searched refs:OSA_SemaphoreCreate (Results 1 – 11 of 11) sorted by relevance
331 osaSemaphoreId_t OSA_SemaphoreCreate(uint32_t initValue);
738 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue);
481 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue) in OSA_SemaphoreCreate() function
888 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue) in OSA_SemaphoreCreate() function
507 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue) in OSA_SemaphoreCreate() function
653 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue) in OSA_SemaphoreCreate() function
615 …osaStatus = OSA_SemaphoreCreate((osa_semaphore_handle_t)s_timermanager.halTimerTaskSemaphoreHandle… in TM_Init()
192 OSA_SemaphoreCreate(gdmaSemHandle, 1U); in HAL_InitGdma()
195 OSA_SemaphoreCreate(gdmaSemHandle, 1U); in HAL_InitGdma()
1317 …if (KOSA_StatusSuccess != OSA_SemaphoreCreate((osa_semaphore_handle_t)serHandle->serSemaphore, 1U))
7665 status = OSA_SemaphoreCreate((osa_semaphore_handle_t)wakelock, 0); in wlan_init()