Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/adaptation/
Duserial_linux.c177 static pthread_t worker_thread1 = 0; variable
737 worker_thread1 = pthread_self(); in userial_read_thread()
739 ALOGD("start userial_read_thread, id=%lx", worker_thread1); in userial_read_thread()
1458 result = pthread_join(worker_thread1, NULL); in userial_close_thread()