Home
last modified time | relevance | path

Searched refs:CreateThread (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_win.cc139 INTERCEPTOR_WINAPI(DWORD, CreateThread, in INTERCEPTOR_WINAPI() argument
153 return REAL(CreateThread)(security, stack_size, in INTERCEPTOR_WINAPI()
170 ASAN_INTERCEPT_FUNC(CreateThread); in InitializePlatformInterceptors()
H A Dasan_fuchsia.cc100 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
H A Dasan_rtems.cc107 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
H A Dasan_thread.cc87 asanThreadRegistry().CreateThread(*reinterpret_cast<uptr *>(thread), detached, in Create()
/freebsd-12.1/contrib/sqlite3/tea/win/
H A Dnmakehlp.c283 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForCompilerFeature()
284 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForCompilerFeature()
411 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForLinkerFeature()
412 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForLinkerFeature()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DOperatingSystem.h71 virtual lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) { in CreateThread() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h71 lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) override;
H A DOperatingSystemPython.cpp375 lldb::ThreadSP OperatingSystemPython::CreateThread(lldb::tid_t tid, in CreateThread() function in OperatingSystemPython
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc383 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anona545a9b00311::ThreadWithParamSupport
388 HANDLE thread_handle = ::CreateThread( in CreateThread()
433 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()
558 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h102 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
H A Dsanitizer_thread_registry.cc136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() function in __sanitizer::ThreadRegistry
/freebsd-12.1/contrib/processor-trace/include/windows/
H A Dthreads.h93 handle = CreateThread(NULL, 0, thrd_routine, args, 0, NULL); in thrd_create()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_thread.cc76 return thread_registry->CreateThread(user_id, detached, parent_tid, in ThreadCreate()
/freebsd-12.1/contrib/unbound/util/
H A Dlocks.c229 *thr = CreateThread(NULL, /* default security (no inherit handle) */ in ub_thread_create()
/freebsd-12.1/contrib/subversion/subversion/svnserve/
H A Dwinservice.c350 (HANDLE)CreateThread(NULL, 0, winservice_dispatcher_thread_routine, in winservice_start()
/freebsd-12.1/contrib/gcc/
H A Dgthr-win32.h118 if (!(win32_handle = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) func, in __gthread_objc_thread_detach()
/freebsd-12.1/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c433 l2_ndisuio_global->rx_thread = CreateThread(NULL, 0, in l2_packet_init()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc237 ctx->thread_registry->CreateThread(uid, detached, parent_tid, &args); in ThreadCreate()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1095 handle = CreateThread( in __kmp_create_worker()
1169 CreateThread(NULL, (SIZE_T)__kmp_monitor_stksize, in __kmp_create_monitor()
/freebsd-12.1/contrib/gdb/gdb/
H A Dwin32-nat.c1224 current_event.u.CreateThread.hThread); in fake_create_process()
1273 current_event.u.CreateThread.hThread); in get_child_debug_event()
H A Dwince.c1396 current_event.u.CreateThread.hThread); in get_child_debug_event()
/freebsd-12.1/contrib/unbound/
H A Dconfigure.ac524 AC_MSG_CHECKING([for CreateThread])
530 HANDLE t = CreateThread(NULL, 0, NULL, NULL, 0, NULL);
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dsocket.c473 manager->hIOCPThreads[i] = CreateThread(NULL, 0, SocketIoThread, in iocompletionport_createthreads()
/freebsd-12.1/crypto/openssl/apps/
H A Dspeed.c256 thr = CreateThread(NULL, 4096, sleepy, NULL, 0, NULL); in Time_F()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1524 return os->CreateThread(tid, context); in CreateOSPluginThread()

12