Searched refs:hThread (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/win/
H A DthreadWin.c39 HANDLE hThread;
43 hThread = winOpenThreadProc(THREAD_TERMINATE, FALSE, id);
48 TerminateThread(hThread, 666);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DThreading.cpp125 HANDLE hThread = (HANDLE)::_beginthreadex(NULL, local
129 if (hThread) {
135 (void)::WaitForSingleObject(hThread, INFINITE);
136 ::CloseHandle(hThread);
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dfork.c182 HANDLE hProc,hThread, hArray[2]; local
280 hThread = pi.hThread;
329 ResumeThread(hThread);
358 rc = ResumeThread(hThread);
395 SuspendThread(hThread);
397 if (!SetThreadPriority(hThread,priority) ) {
425 rc = ResumeThread(hThread);
432 CloseHandle(hThread);
440 ResumeThread(hThread);
[all...]
H A Dsupport.c439 if (is_winnt && !SetThreadPriority(pi.hThread,priority) ) {
443 ResumeThread(pi.hThread);
454 CloseHandle(pi.hThread);
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Dfilter_fork_windows.c92 CloseHandle(childInfo.hThread);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsimple_exec_w32.c241 pi.hThread = NULL;
319 if (pi.hThread) CloseHandle(pi.hThread);
/macosx-10.10.1/emacs-93/emacs/nt/
H A Drunemacs.c163 CloseHandle (child.hThread);
/macosx-10.10.1/apache-793/httpd/support/win32/
H A Dwintty.c275 ResumeThread(pi.hThread);
276 CloseHandle(pi.hThread);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dexpand_path.c146 HANDLE hThread = NULL; local
152 hThread = GetCurrentThread();
154 if (!OpenThreadToken(hThread, TOKEN_QUERY,
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A Dstub16.c137 CloseHandle(pi.hThread);
H A Dnmakehlp.c278 CloseHandle(pi.hThread);
407 CloseHandle(pi.hThread);
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A Dstub16.c137 CloseHandle(pi.hThread);
H A Dnmakehlp.c244 CloseHandle(pi.hThread);
371 CloseHandle(pi.hThread);
/macosx-10.10.1/apr-32/apr/apr/include/arch/win32/
H A Dapr_dbg_win32_handles.h96 &((hr)->hThread),"hThread"))
102 &((hr)->hThread),"hThread"))
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/win/
H A Dnmakehlp.c180 CloseHandle(pi.hThread);
269 CloseHandle(pi.hThread);
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/win/
H A Dnmakehlp.c180 CloseHandle(pi.hThread);
269 CloseHandle(pi.hThread);
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/win/
H A Dnmakehlp.c226 CloseHandle(pi.hThread);
366 CloseHandle(pi.hThread);
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A Dnmakehlp.c244 CloseHandle(pi.hThread);
371 CloseHandle(pi.hThread);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DSignals.inc112 HANDLE hThread, LPADDRESS64 lpaddr);
371 HANDLE hThread = GetCurrentThread();
378 if (!StackWalk64(machineType, hProcess, hThread, &StackFrame,
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/win/
H A Dnmakehlp.c272 CloseHandle(pi.hThread);
399 CloseHandle(pi.hThread);
/macosx-10.10.1/tcl-105/tk/tk/win/
H A Dnmakehlp.c278 CloseHandle(pi.hThread);
407 CloseHandle(pi.hThread);
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.cpp245 HANDLE hThread; local
253 hThread = (HANDLE) _beginthreadex_compat( NULL, 0, InstallDriverThread, printer, 0, &threadID );
254 err = translate_errno( hThread, (OSStatus) GetLastError(), kUnknownErr );
272 dwResult = WaitForSingleObject( hThread, INFINITE );
980 if ( pi.hThread )
982 CloseHandle( pi.hThread );
/macosx-10.10.1/apache-793/httpd/server/mpm/winnt/
H A Dservice.c499 HANDLE hThread = GetCurrentThread(); local
508 if (!DuplicateHandle(hProc, hThread, hProc, &(globdat.mpm_thread),
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/win/
H A Dnmakehlp.c295 CloseHandle(pi.hThread);
424 CloseHandle(pi.hThread);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/win/
H A Dnmakehlp.c295 CloseHandle(pi.hThread);
424 CloseHandle(pi.hThread);

Completed in 342 milliseconds

12