Searched refs:writerThread (Results 1 – 5 of 5) sorted by relevance
146 pthread_t writerThread; member
227 pthread_create(&gpphTmlNfc_Context->writerThread, NULL, in phTmlNfc_StartThread()614 if (0 != pthread_join(gpphTmlNfc_Context->writerThread, (void**)NULL)) { in phTmlNfc_Shutdown()
164 pthread_t writerThread; member
265 pthread_create(&gpphTmlNfc_Context->writerThread, NULL, in phTmlNfc_StartThread()686 if (0 != pthread_join(gpphTmlNfc_Context->writerThread, (void**)NULL)) { in phTmlNfc_Shutdown()
232 pthread_t writerThread; in addSubHwDevice() local233 pthread_create(&writerThread, NULL, writerTask, taskContext); in addSubHwDevice()234 this->threads.push_back(writerThread); in addSubHwDevice()