Searched defs:worker_thread1 (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c170 static pthread_t worker_thread1 = 0; variable
767 worker_thread1 = pthread_self();
769 ALOGD( "start userial_read_thread, id=%lx", worker_thread1);
1515 result = pthread_join( worker_thread1, NULL );

Completed in 199 milliseconds