Searched refs:pThread (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | widget.cpp | 221 IFWL_NoteThread* pThread = m_pIface->GetOwnerThread(); in SetFocus() local 222 if (!pThread) in SetFocus() 224 IFWL_NoteDriver* pDriver = pThread->GetNoteDriver(); in SetFocus() 239 IFWL_NoteThread* pThread = m_pIface->GetOwnerThread(); in SetGrab() local 240 if (!pThread) in SetGrab() 242 IFWL_NoteDriver* pDriver = pThread->GetNoteDriver(); in SetGrab() 252 IFWL_NoteThread* pThread = m_pIface->GetOwnerThread(); in RegisterEventTarget() local 253 if (!pThread) in RegisterEventTarget() 255 IFWL_NoteDriver* pNoteDriver = pThread->GetNoteDriver(); in RegisterEventTarget() 268 IFWL_NoteThread* pThread = m_pIface->GetOwnerThread(); in DispatchEvent() local [all …]
|
/external/pdfium/xfa/src/fwl/src/core/ |
D | fwl_widgetimp.cpp | 679 IFWL_NoteThread* pThread = GetOwnerThread(); in SetFocus() local 680 if (!pThread) in SetFocus() 683 static_cast<CFWL_NoteDriver*>(pThread->GetNoteDriver()); in SetFocus() 694 IFWL_NoteThread* pThread = GetOwnerThread(); in SetGrab() local 695 if (!pThread) in SetGrab() 698 static_cast<CFWL_NoteDriver*>(pThread->GetNoteDriver()); in SetGrab() 816 IFWL_NoteThread* pThread = GetOwnerThread(); in RegisterEventTarget() local 817 if (!pThread) in RegisterEventTarget() 819 IFWL_NoteDriver* pNoteDriver = pThread->GetNoteDriver(); in RegisterEventTarget() 825 IFWL_NoteThread* pThread = GetOwnerThread(); in UnregisterEventTarget() local [all …]
|
D | fwl_formimp.cpp | 387 IFWL_NoteThread* pThread = GetOwnerThread(); in DoModal() local 388 if (!pThread) in DoModal() 390 IFWL_NoteDriver* pDriver = pThread->GetNoteDriver(); in DoModal() 415 IFWL_NoteThread* pThread = GetOwnerThread(); in EndDoModal() local 416 if (!pThread) in EndDoModal() 419 static_cast<CFWL_NoteDriver*>(pThread->GetNoteDriver()); in EndDoModal() 834 IFWL_NoteThread* pThread = GetOwnerThread(); in RegisterForm() local 835 if (!pThread) in RegisterForm() 838 static_cast<CFWL_NoteDriver*>(pThread->GetNoteDriver()); in RegisterForm() 844 IFWL_NoteThread* pThread = GetOwnerThread(); in UnRegisterForm() local [all …]
|
D | fwl_sdadapterimp.cpp | 149 FWL_ERR CFWL_SDAdapterThreadMgr::Start(IFWL_Thread* pThread, in Start() argument
|
D | fwl_noteimp.cpp | 89 IFWL_NoteThread* pThread = m_pForm->GetOwnerThread(); in GenerateCommondEvent() local 90 if (!pThread) in GenerateCommondEvent() 92 IFWL_NoteDriver* pDriver = pThread->GetNoteDriver(); in GenerateCommondEvent()
|
/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Common.h | 60 pthread_t *pThread; member
|
/external/pdfium/xfa/include/fwl/adapter/ |
D | fwl_adapterthreadmgr.h | 15 virtual FWL_ERR Start(IFWL_Thread* pThread,
|
D | fwl_sdadapterimp.h | 82 virtual FWL_ERR Start(IFWL_Thread* pThread,
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_comboboximp.cpp | 1774 IFWL_NoteThread* pThread = m_pForm->GetOwnerThread(); in OnLButtonDown() local 1775 if (!pThread) in OnLButtonDown() 1778 static_cast<CFWL_NoteDriver*>(pThread->GetNoteDriver()); in OnLButtonDown() 1801 IFWL_NoteThread* pThread = m_pForm->GetOwnerThread(); in OnLButtonUp() local 1802 if (!pThread) in OnLButtonUp() 1805 static_cast<CFWL_NoteDriver*>(pThread->GetNoteDriver()); in OnLButtonUp()
|
/external/valgrind/ |
D | NEWS.old | 1428 77952 pThread Support (crash) (due to initialisation-ordering probs)
|
/external/sqlite/dist/ |
D | sqlite3.c | 80392 SQLiteThread *pThread; /* Background thread, if any */ 81198 if( pTask->pThread ){ 81204 (void)sqlite3ThreadJoin(pTask->pThread, &pRet); 81209 pTask->pThread = 0; 81222 assert( pTask->pThread==0 && pTask->bDone==0 ); 81223 return sqlite3ThreadCreate(&pTask->pThread, xTask, pIn); 81808 if( rc!=SQLITE_OK || pTask->pThread==0 ) break; 81820 assert( pTask->pThread==0 && pTask->bDone==0 );
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 80374 SQLiteThread *pThread; /* Background thread, if any */ 81180 if( pTask->pThread ){ 81186 (void)sqlite3ThreadJoin(pTask->pThread, &pRet); 81191 pTask->pThread = 0; 81204 assert( pTask->pThread==0 && pTask->bDone==0 ); 81205 return sqlite3ThreadCreate(&pTask->pThread, xTask, pIn); 81790 if( rc!=SQLITE_OK || pTask->pThread==0 ) break; 81802 assert( pTask->pThread==0 && pTask->bDone==0 );
|