Home | History | Annotate | Download | only in ulinux

Lines Matching refs:GKI_run

364  ** Function        GKI_run
446 ** Function GKI_run
459 void GKI_run(void* p_task_id) {
466 /* register start stop function which disable timer loop in GKI_run() when no
470 APPL_TRACE_DEBUG0("GKI_run(): Start/Stop GKI_timer_update_registered!");
474 GKI_TRACE_0("GKI_run == NO_GKI_RUN_RETURN");
482 GKI_TRACE_0("GKI_run: pthread_create failed to create timer_thread!");
486 GKI_TRACE_2("GKI_run, run_cond(%x)=%d ", p_run_cond, *p_run_cond);