Home | History | Annotate | Download | only in ulinux

Lines Matching full:p_os

149     tGKI_OS             *p_os;
162 p_os = &gki_cb.os;
163 pthread_mutex_init(&p_os->GKI_mutex, &attr);
166 pthread_mutex_init(&p_os->GKI_trace_mutex, NULL);
173 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
174 pthread_mutex_init(&p_os->gki_timer_mutex, NULL);
175 pthread_cond_init(&p_os->gki_timer_cond, NULL);
403 tGKI_OS *p_os = &gki_cb.os;
404 volatile int *p_run_cond = &p_os->no_timer_suspend;
426 pthread_mutex_lock( &p_os->gki_timer_mutex );
427 pthread_cond_signal( &p_os->gki_timer_cond );
428 pthread_mutex_unlock( &p_os->gki_timer_mutex );