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.cc140 pthread_mutex_init(&p_os->gki_timer_mutex, nullptr); in GKI_init()
364 pthread_mutex_lock(&p_os->gki_timer_mutex); in gki_system_tick_start_stop_cback()
366 pthread_mutex_unlock(&p_os->gki_timer_mutex); in gki_system_tick_start_stop_cback()
481 pthread_mutex_lock(&gki_cb.os.gki_timer_mutex); in GKI_run()
482 pthread_cond_wait(&gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex); in GKI_run()
483 pthread_mutex_unlock(&gki_cb.os.gki_timer_mutex); in GKI_run()