HomeSort by relevance Sort by last modified time
    Searched refs:p_os (Results 1 - 2 of 2) sorted by null

  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 146 tGKI_OS* p_os; local
159 p_os = &gki_cb.os;
160 pthread_mutex_init(&p_os->GKI_mutex, &attr);
163 pthread_mutex_init(&p_os->GKI_trace_mutex, NULL);
171 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
172 pthread_mutex_init(&p_os->gki_timer_mutex, NULL);
173 pthread_cond_init(&p_os->gki_timer_cond, NULL);
389 tGKI_OS* p_os = &gki_cb.os; local
390 volatile int* p_run_cond = &p_os->no_timer_suspend;
410 pthread_mutex_lock(&p_os->gki_timer_mutex)
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 135 tGKI_OS* p_os; local
148 p_os = &gki_cb.os;
149 pthread_mutex_init(&p_os->GKI_mutex, &attr);
157 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
158 pthread_mutex_init(&p_os->gki_timer_mutex, NULL);
159 pthread_cond_init(&p_os->gki_timer_cond, NULL);
374 tGKI_OS* p_os = &gki_cb.os; local
375 volatile int* p_run_cond = &p_os->no_timer_suspend;
397 pthread_mutex_lock(&p_os->gki_timer_mutex);
398 pthread_cond_signal(&p_os->gki_timer_cond)
    [all...]

Completed in 719 milliseconds