Searched refs:CreateThread (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/desktop/win32/source/guistdio/ |
| H A D | guistdio.inc | 390 …HANDLE hOutputThread = CreateThread( NULL, 0, OutputThread, (LPVOID)hOutputRead, 0, &dwOutputThre… 391 …HANDLE hErrorThread = CreateThread( NULL, 0, OutputThread, (LPVOID)hErrorRead, 0, &dwErrorThreadI… 392 …HANDLE hInputThread = CreateThread( NULL, 0, InputThread, (LPVOID)hInputWrite, 0, &dwInputThreadI… 397 …HANDLE hWaitForUIThread = CreateThread( NULL, 0, WaitForUIThread, (LPVOID)aProcessInfo.hProcess, …
|
| /trunk/main/sw/source/core/inc/ |
| H A D | retrieveinputstreamconsumer.hxx | 55 void CreateThread( const String& rURL );
|
| /trunk/main/sw/source/core/docnode/ |
| H A D | retrieveinputstreamconsumer.cxx | 48 void SwAsyncRetrieveInputStreamThreadConsumer::CreateThread( const String& rURL ) in CreateThread() function in SwAsyncRetrieveInputStreamThreadConsumer
|
| /trunk/main/sal/osl/w32/ |
| H A D | dllentry.c | 350 … CreateThread( NULL, 0, ParentMonitorThreadProc, (LPVOID)dwParentProcessId, 0, &dwThreadId ); //
|
| /trunk/main/dtrans/test/win32/dnd/ |
| H A D | dndTest.cxx | 112 HANDLE hMTAThread= CreateThread( NULL, 0, MTAFunc, &evt, 0, &threadIdMTA); in doTest()
|
| H A D | atlwindow.cxx | 201 HANDLE hThread= CreateThread( NULL, 0, MTAFunc, &data, 0, &mtaThreadId); in OnTimer()
|
| /trunk/main/dtrans/source/win32/dnd/ |
| H A D | target.cxx | 161 m_hOleThread= CreateThread( NULL, 0, (LPTHREAD_START_ROUTINE)DndTargetOleSTAFunc, in initialize()
|
| /trunk/main/sfx2/source/appl/ |
| H A D | shutdowniconw32.cxx | 651 CreateThread( NULL, 0, SystrayThread, NULL, 0, &dwThreadId ); in win32_init_sys_tray()
|
| /trunk/main/sw/source/core/graphic/ |
| H A D | ndgrf.cxx | 1297 mpThreadConsumer->CreateThread( sGrfNm ); in TriggerAsyncRetrieveInputStream()
|
| /trunk/main/sal/rtl/source/ |
| H A D | alloc_cache.c | 1518 CreateThread (NULL, 0, rtl_cache_wsupdate_all, (LPVOID)(10), 0, &dwThreadId); in rtl_cache_wsupdate_init()
|