HomeSort by relevance Sort by last modified time
    Searched defs:pThread (Results 1 - 8 of 8) sorted by null

  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 34 #include <pthread.h>
60 pthread_t *pThread;
  /external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp 221 IFWL_NoteThread* pThread = m_pIface->GetOwnerThread();
222 if (!pThread)
224 IFWL_NoteDriver* pDriver = pThread->GetNoteDriver();
239 IFWL_NoteThread* pThread = m_pIface->GetOwnerThread();
240 if (!pThread)
242 IFWL_NoteDriver* pDriver = pThread->GetNoteDriver();
252 IFWL_NoteThread* pThread = m_pIface->GetOwnerThread();
253 if (!pThread)
255 IFWL_NoteDriver* pNoteDriver = pThread->GetNoteDriver();
268 IFWL_NoteThread* pThread = m_pIface->GetOwnerThread();
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp 387 IFWL_NoteThread* pThread = GetOwnerThread();
388 if (!pThread)
390 IFWL_NoteDriver* pDriver = pThread->GetNoteDriver();
415 IFWL_NoteThread* pThread = GetOwnerThread();
416 if (!pThread)
419 static_cast<CFWL_NoteDriver*>(pThread->GetNoteDriver());
834 IFWL_NoteThread* pThread = GetOwnerThread();
835 if (!pThread)
838 static_cast<CFWL_NoteDriver*>(pThread->GetNoteDriver());
844 IFWL_NoteThread* pThread = GetOwnerThread();
    [all...]
fwl_noteimp.cpp 89 IFWL_NoteThread* pThread = m_pForm->GetOwnerThread();
90 if (!pThread)
92 IFWL_NoteDriver* pDriver = pThread->GetNoteDriver();
    [all...]
fwl_widgetimp.cpp 679 IFWL_NoteThread* pThread = GetOwnerThread();
680 if (!pThread)
683 static_cast<CFWL_NoteDriver*>(pThread->GetNoteDriver());
694 IFWL_NoteThread* pThread = GetOwnerThread();
695 if (!pThread)
698 static_cast<CFWL_NoteDriver*>(pThread->GetNoteDriver());
816 IFWL_NoteThread* pThread = GetOwnerThread();
817 if (!pThread)
819 IFWL_NoteDriver* pNoteDriver = pThread->GetNoteDriver();
825 IFWL_NoteThread* pThread = GetOwnerThread();
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_comboboximp.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c 114 #include <pthread.h> /* amalgamator: dontcache */
    [all...]
  /external/sqlite/dist/
sqlite3.c 114 #include <pthread.h> /* amalgamator: dontcache */
    [all...]

Completed in 438 milliseconds