Home
last modified time | relevance | path

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

/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc440 pthread_attr_t timer_attr; in GKI_run() local
444 pthread_attr_init(&timer_attr); in GKI_run()
445 pthread_attr_setdetachstate(&timer_attr, PTHREAD_CREATE_DETACHED); in GKI_run()
446 if (pthread_create(&timer_thread_id, &timer_attr, timer_thread, NULL) != 0) { in GKI_run()