Lines Matching defs:GKI_wait
255 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
603 ** Function GKI_wait
617 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
626 GKI_TRACE_3("GKI_wait %d %x %d", rtask, flag, timeout);
635 GKI_TRACE_3("GKI_wait task=%i, pCond/pMutex = %x/%x", rtask, p_pthread_info->pCond, p_pthread_info->pMutex);
731 GKI_TRACE_4("GKI_wait %d %x %d %x resumed", rtask, flag, timeout, evt);
803 /* protect OSWaitEvt[task_id] from manipulation in GKI_wait() */