Home
last modified time | relevance | path

Searched refs:pSemHandle (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/
Dcc_pal.c400 int Semaphore_pend_handle(sem_t* pSemHandle, uint32_t timeout) in Semaphore_pend_handle() argument
404 return sem_wait(pSemHandle); in Semaphore_pend_handle()
418 return (sem_timedwait(pSemHandle, &abstime)); in Semaphore_pend_handle()
429 return(sem_timedwait(pSemHandle, &abstime)); in Semaphore_pend_handle()
487 int SemaphoreP_create_handle(SemaphoreP_Handle* pSemHandle) in SemaphoreP_create_handle() argument
497 (*(pSemHandle)) = SemaphoreP_create(1, &params); in SemaphoreP_create_handle()
499 if(!(*(pSemHandle))) in SemaphoreP_create_handle()
507 int SemaphoreP_delete_handle(SemaphoreP_Handle* pSemHandle) in SemaphoreP_delete_handle() argument
509 SemaphoreP_delete(*(pSemHandle)); in SemaphoreP_delete_handle()
513 int SemaphoreP_post_handle(SemaphoreP_Handle* pSemHandle) in SemaphoreP_post_handle() argument
[all …]
Dcc_pal.h288 int Semaphore_pend_handle(sem_t* pSemHandle, uint32_t timeout);
327 int SemaphoreP_create_handle(SemaphoreP_Handle* pSemHandle);
339 int SemaphoreP_delete_handle(SemaphoreP_Handle* pSemHandle);
351 int SemaphoreP_post_handle(SemaphoreP_Handle* pSemHandle);