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

/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc.c62 pthread_t nReadThread; /* Read thread Hanlde */ member in struct:Dal_RdWr_st
334 gReadWriteContext.nReadThread);
335 if (pthread_join(gReadWriteContext.nReadThread, &pThreadReturn) != 0)
846 ret = pthread_create(&gReadWriteContext.nReadThread, NULL, (pphDal4Nfc_thread_handler_t)phDal4Nfc_ReaderThread, (void*) "dal_read_thread");

Completed in 19 milliseconds