Home | History | Annotate | Download | only in ulinux

Lines Matching refs:GKI_wait

414     /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
748 ** Function GKI_wait
762 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
773 GKI_TRACE("GKI_wait %d %x %d", (int)rtask, (int)flag, (int)timeout);
843 GKI_TRACE("GKI_wait %d %x %d %x done", (int)rtask, (int)flag, (int)timeout, (int)evt);
914 /* protect OSWaitEvt[task_id] from manipulation in GKI_wait() */