Searched refs:readerThread (Results 1 – 2 of 2) sorted by relevance
137 pthread_t readerThread; /*Handle to the thread which handles write and read operations */ member
235 …pthread_create_status = pthread_create(&gpphTmlNfc_Context->readerThread,NULL,(void *)&phTmlNfc_Tm… in phTmlNfc_StartThread()648 if (0 != pthread_join(gpphTmlNfc_Context->readerThread, (void**)NULL)) in phTmlNfc_Shutdown()