Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c140 static pthread_t worker_thread1 = 0; variable
711 worker_thread1 = pthread_self(); in userial_read_thread()
713 ALOGD( "start userial_read_thread, id=%lx", worker_thread1); in userial_read_thread()
1377 result = pthread_join( worker_thread1, NULL ); in userial_close_thread()