Home | History | Annotate | Download | only in ulinux

Lines Matching full:p_os

177     tGKI_OS             *p_os;
190 p_os = &gki_cb.os;
191 pthread_mutex_init(&p_os->GKI_mutex, &attr);
194 pthread_mutex_init(&p_os->GKI_trace_mutex, NULL);
201 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
202 pthread_mutex_init(&p_os->gki_timer_mutex, NULL);
204 pthread_cond_init(&p_os->gki_timer_cond, NULL);
546 tGKI_OS *p_os = &gki_cb.os;
547 int *p_run_cond = &p_os->no_timer_suspend;
557 pthread_mutex_lock(&p_os->gki_timer_mutex);
581 pthread_mutex_unlock( &p_os->gki_timer_mutex );
583 pthread_mutex_lock( &p_os->gki_timer_mutex );
584 pthread_cond_signal( &p_os->gki_timer_cond );
585 pthread_mutex_unlock( &p_os->gki_timer_mutex );
616 tGKI_OS *p_os = &gki_cb.os;
617 int *p_run_cond = &p_os->no_timer_suspend;
636 pthread_mutex_lock(&p_os->gki_timer_mutex);
641 pthread_mutex_unlock(&p_os->gki_timer_mutex);