/aoo4110/main/sal/osl/unx/ |
H A D | thread.c | 148 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 D | process.c | 848 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()
|
/aoo4110/main/sal/systools/win32/kill/ |
H A D | kill.cxx | 153 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()
|
/aoo4110/main/fpicker/source/win32/filepicker/ |
H A D | getfilenamewrapper.cxx | 183 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()
|
/aoo4110/main/dtrans/source/win32/workbench/ |
H A D | testmarshal.cxx | 148 HANDLE hThread; in main() local 151 hThread = (void*)_beginthreadex( NULL, 0, ThreadProc, NULL, 0, &uThreadId ); in main() 205 &hThread, in main()
|
/aoo4110/main/sal/osl/os2/ |
H A D | thread.c | 67 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()
|
/aoo4110/main/dtrans/source/win32/dnd/ |
H A D | source.cxx | 150 HANDLE hThread= reinterpret_cast<HANDLE>(_beginthreadex( in StartDragImpl() local 154 CloseHandle(hThread); in StartDragImpl()
|
/aoo4110/main/setup_native/source/win32/stwrapper/ |
H A D | stwrapper.cxx | 409 CloseHandle( aProcessInfo.hThread ); in _tWinMain() 481 CloseHandle( aProcessInfo.hThread ); in _tWinMain()
|
/aoo4110/main/migrationanalysis/src/wizard/ |
H A D | Analyse.bas | 80 hThread As Long 333 Call CloseHandle(proc.hThread)
|
/aoo4110/main/desktop/win32/source/applauncher/ |
H A D | launcher.cxx | 114 CloseHandle( aProcessInfo.hThread ); in WinMain()
|
/aoo4110/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | postuninstall.cxx | 95 CloseHandle( pi.hThread ); in ExecuteCommand()
|
H A D | registerextensions.cxx | 220 CloseHandle( pi.hThread ); in ExecuteCommand()
|
/aoo4110/main/desktop/win32/source/guiloader/ |
H A D | genericloader.cxx | 145 CloseHandle( aProcessInfo.hThread ); in GenericMain()
|
/aoo4110/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | lngpckinsthelper.cxx | 196 CloseHandle(pi.hThread); in RegisterLanguagePack()
|
/aoo4110/main/dtrans/test/win32/dnd/ |
H A D | atlwindow.cxx | 201 HANDLE hThread= CreateThread( NULL, 0, MTAFunc, &data, 0, &mtaThreadId); in OnTimer() local
|
/aoo4110/main/xmerge/source/activesync/ |
H A D | XMergeFilter.cpp | 345 CloseHandle(pi.hThread); in NextConvertFile()
|
/aoo4110/main/desktop/win32/source/officeloader/ |
H A D | officeloader.cxx | 414 CloseHandle( aProcessInfo.hThread ); in WinMain()
|
/aoo4110/main/sal/osl/w32/ |
H A D | procimpl.cxx | 595 CloseHandle(process_info.hThread); in osl_executeProcess_WithRedirectedIO()
|
/aoo4110/main/desktop/win32/source/guistdio/ |
H A D | guistdio.inc | 443 CloseHandle( aProcessInfo.hThread );
|