Searched refs:CreateThread (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DOperatingSystem.h82 CreateThread (lldb::tid_t tid, lldb::addr_t context) function in class:lldb_private::OperatingSystem
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h83 CreateThread (lldb::tid_t tid, lldb::addr_t context);
H A DOperatingSystemPython.cpp404 OperatingSystemPython::CreateThread (lldb::tid_t tid, addr_t context) function in class:OperatingSystemPython
409 log->Printf ("OperatingSystemPython::CreateThread (tid = 0x%" PRIx64 ", context = 0x%" PRIx64 ") fetching register data from python", tid, context);
/freebsd-10.1-release/contrib/subversion/subversion/svnserve/
H A Dwinservice.c351 (HANDLE)CreateThread(NULL, 0, winservice_dispatcher_thread_routine,
/freebsd-10.1-release/contrib/unbound/util/
H A Dlocks.c229 *thr = CreateThread(NULL, /* default security (no inherit handle) */
239 log_win_err("CreateThread failed", GetLastError());
/freebsd-10.1-release/contrib/gcc/
H A Dgthr-win32.h118 if (!(win32_handle = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) func,
/freebsd-10.1-release/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c433 l2_ndisuio_global->rx_thread = CreateThread(NULL, 0,
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dwin32-nat.c1224 current_event.u.CreateThread.hThread);
1273 current_event.u.CreateThread.hThread);
H A Dwince.c1396 current_event.u.CreateThread.hThread);
/freebsd-10.1-release/crypto/openssl/crypto/threads/
H A Dmttest.c713 thread_handle[i] = CreateThread(NULL,
/freebsd-10.1-release/crypto/openssl/apps/
H A Dspeed.c331 thr = CreateThread(NULL, 4096, sleepy, NULL, 0, NULL);
334 BIO_printf(bio_err, "unable to CreateThread (%d)", ret);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1658 return os->CreateThread(tid, context);
/freebsd-10.1-release/contrib/ntp/lib/isc/win32/
H A Dsocket.c473 manager->hIOCPThreads[i] = CreateThread(NULL, 0, SocketIoThread,
/freebsd-10.1-release/contrib/unbound/
H A Dconfigure15213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CreateThread" >&5
15214 $as_echo_n "checking for CreateThread... " >&6; }
15226 HANDLE t = CreateThread(NULL, 0, NULL, NULL, 0, NULL);

Completed in 143 milliseconds