Home
last modified time | relevance | path

Searched refs:gki_timer_mutex (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/gki/ulinux/
Dgki_int.h39 pthread_mutex_t gki_timer_mutex; member
Dgki_ulinux.cc142 pthread_mutex_init(&p_os->gki_timer_mutex, NULL); in GKI_init()
388 pthread_mutex_lock(&p_os->gki_timer_mutex); in gki_system_tick_start_stop_cback()
390 pthread_mutex_unlock(&p_os->gki_timer_mutex); in gki_system_tick_start_stop_cback()
510 pthread_mutex_lock(&gki_cb.os.gki_timer_mutex); in GKI_run()
511 pthread_cond_wait(&gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex); in GKI_run()
512 pthread_mutex_unlock(&gki_cb.os.gki_timer_mutex); in GKI_run()