Searched refs:pSemHandle (Results 1 – 2 of 2) sorted by relevance
400 int Semaphore_pend_handle(sem_t* pSemHandle, uint32_t timeout) in Semaphore_pend_handle() argument404 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() argument497 (*(pSemHandle)) = SemaphoreP_create(1, ¶ms); in SemaphoreP_create_handle()499 if(!(*(pSemHandle))) in SemaphoreP_create_handle()507 int SemaphoreP_delete_handle(SemaphoreP_Handle* pSemHandle) in SemaphoreP_delete_handle() argument509 SemaphoreP_delete(*(pSemHandle)); in SemaphoreP_delete_handle()513 int SemaphoreP_post_handle(SemaphoreP_Handle* pSemHandle) in SemaphoreP_post_handle() argument[all …]
288 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);