Home
last modified time | relevance | path

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

/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc65 static pthread_t timer_thread_id = 0; variable
444 if (pthread_create(&timer_thread_id, &timer_attr, timer_thread, NULL) != 0) { in GKI_run()