Home
last modified time | relevance | path

Searched refs:hThread (Results 1 – 19 of 19) sorted by relevance

/aoo41x/main/sal/osl/unx/
H A Dthread.c148 pthread_t hThread = (pthread_t)(opaque); in osl_thread_join_cleanup_Impl() local
149 pthread_detach (hThread); in osl_thread_join_cleanup_Impl()
607 pEntry = HashTable[HASHID(hThread)]; in lookupThreadId()
610 if (pthread_equal(pEntry->Handle, hThread)) in lookupThreadId()
629 pEntry = HashTable[HASHID(hThread)]; in insertThreadId()
633 if (pthread_equal(pEntry->Handle, hThread)) in insertThreadId()
644 pEntry->Handle = hThread; in insertThreadId()
656 HashTable[HASHID(hThread)] = pEntry; in insertThreadId()
670 pEntry = HashTable[HASHID(hThread)]; in removeThreadId()
673 if (pthread_equal(pEntry->Handle, hThread)) in removeThreadId()
[all …]
H A Dprocess.c848 oslThread hThread; in osl_psz_executeProcess() local
912 hThread = osl_createThread(ChildStatusProc, &Data); in osl_psz_executeProcess()
928 osl_destroyThread(hThread); in osl_psz_executeProcess()
/aoo41x/main/sal/systools/win32/kill/
H A Dkill.cxx153 HANDLE hThread = 0; in RaiseSignalEx() local
166 hThread = OpenThread( in RaiseSignalEx()
170 if ( IsValidHandle(hThread) ) in RaiseSignalEx()
184 if ( SuspendThread( hThread ) != (DWORD)-1 ) in RaiseSignalEx()
189 fSuccess = GetThreadContext( hThread, &aContext ); in RaiseSignalEx()
213 fSuccess = SetThreadContext( hThread, &aContext ); in RaiseSignalEx()
216 fSuccess = ResumeThread( hThread ) && fSuccess; in RaiseSignalEx()
219 CloseHandle( hThread ); in RaiseSignalEx()
/aoo41x/main/fpicker/source/win32/filepicker/
H A Dgetfilenamewrapper.cxx183 HANDLE hThread = reinterpret_cast<HANDLE>( in ThreadExecGetFileName() local
186 OSL_POSTCOND(hThread, "could not create STA thread"); in ThreadExecGetFileName()
188 WaitForSingleObject(hThread, INFINITE); in ThreadExecGetFileName()
189 CloseHandle(hThread); in ThreadExecGetFileName()
/aoo41x/main/dtrans/source/win32/workbench/
H A Dtestmarshal.cxx148 HANDLE hThread; in main() local
151 hThread = (void*)_beginthreadex( NULL, 0, ThreadProc, NULL, 0, &uThreadId ); in main()
205 &hThread, in main()
/aoo41x/main/sal/osl/os2/
H A Dthread.c67 HAB osl_getPMinternal_HAB(oslThread hThread) in osl_getPMinternal_HAB() argument
69 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)hThread; in osl_getPMinternal_HAB()
81 HMQ osl_getPMinternal_HMQ(oslThread hThread) in osl_getPMinternal_HMQ() argument
83 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)hThread; in osl_getPMinternal_HMQ()
/aoo41x/main/dtrans/source/win32/dnd/
H A Dsource.cxx150 HANDLE hThread= reinterpret_cast<HANDLE>(_beginthreadex( in StartDragImpl() local
154 CloseHandle(hThread); in StartDragImpl()
/aoo41x/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx409 CloseHandle( aProcessInfo.hThread ); in _tWinMain()
481 CloseHandle( aProcessInfo.hThread ); in _tWinMain()
/aoo41x/main/migrationanalysis/src/wizard/
H A DAnalyse.bas80 hThread As Long
333 Call CloseHandle(proc.hThread)
/aoo41x/main/desktop/win32/source/applauncher/
H A Dlauncher.cxx114 CloseHandle( aProcessInfo.hThread ); in WinMain()
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/
H A Dpostuninstall.cxx95 CloseHandle( pi.hThread ); in ExecuteCommand()
H A Dregisterextensions.cxx220 CloseHandle( pi.hThread ); in ExecuteCommand()
/aoo41x/main/desktop/win32/source/guiloader/
H A Dgenericloader.cxx145 CloseHandle( aProcessInfo.hThread ); in GenericMain()
/aoo41x/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx196 CloseHandle(pi.hThread); in RegisterLanguagePack()
/aoo41x/main/dtrans/test/win32/dnd/
H A Datlwindow.cxx201 HANDLE hThread= CreateThread( NULL, 0, MTAFunc, &data, 0, &mtaThreadId); in OnTimer() local
/aoo41x/main/xmerge/source/activesync/
H A DXMergeFilter.cpp345 CloseHandle(pi.hThread); in NextConvertFile()
/aoo41x/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx414 CloseHandle( aProcessInfo.hThread ); in WinMain()
/aoo41x/main/sal/osl/w32/
H A Dprocimpl.cxx595 CloseHandle(process_info.hThread); in osl_executeProcess_WithRedirectedIO()
/aoo41x/main/desktop/win32/source/guistdio/
H A Dguistdio.inc443 CloseHandle( aProcessInfo.hThread );

Completed in 99 milliseconds