| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_win.cc | 139 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 D | asan_fuchsia.cc | 100 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
|
| H A D | asan_rtems.cc | 107 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
|
| H A D | asan_thread.cc | 87 asanThreadRegistry().CreateThread(*reinterpret_cast<uptr *>(thread), detached, in Create()
|
| /freebsd-12.1/contrib/sqlite3/tea/win/ |
| H A D | nmakehlp.c | 283 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 D | OperatingSystem.h | 71 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 D | OperatingSystemPython.h | 71 lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) override;
|
| H A D | OperatingSystemPython.cpp | 375 lldb::ThreadSP OperatingSystemPython::CreateThread(lldb::tid_t tid, in CreateThread() function in OperatingSystemPython
|
| /freebsd-12.1/contrib/googletest/googletest/src/ |
| H A D | gtest-port.cc | 383 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 D | sanitizer_thread_registry.h | 102 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
|
| H A D | sanitizer_thread_registry.cc | 136 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 D | threads.h | 93 handle = CreateThread(NULL, 0, thrd_routine, args, 0, NULL); in thrd_create()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.cc | 76 return thread_registry->CreateThread(user_id, detached, parent_tid, in ThreadCreate()
|
| /freebsd-12.1/contrib/unbound/util/ |
| H A D | locks.c | 229 *thr = CreateThread(NULL, /* default security (no inherit handle) */ in ub_thread_create()
|
| /freebsd-12.1/contrib/subversion/subversion/svnserve/ |
| H A D | winservice.c | 350 (HANDLE)CreateThread(NULL, 0, winservice_dispatcher_thread_routine, in winservice_start()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | gthr-win32.h | 118 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 D | l2_packet_ndis.c | 433 l2_ndisuio_global->rx_thread = CreateThread(NULL, 0, in l2_packet_init()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cc | 237 ctx->thread_registry->CreateThread(uid, detached, parent_tid, &args); in ThreadCreate()
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | z_Windows_NT_util.cpp | 1095 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 D | win32-nat.c | 1224 current_event.u.CreateThread.hThread); in fake_create_process() 1273 current_event.u.CreateThread.hThread); in get_child_debug_event()
|
| H A D | wince.c | 1396 current_event.u.CreateThread.hThread); in get_child_debug_event()
|
| /freebsd-12.1/contrib/unbound/ |
| H A D | configure.ac | 524 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 D | socket.c | 473 manager->hIOCPThreads[i] = CreateThread(NULL, 0, SocketIoThread, in iocompletionport_createthreads()
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | speed.c | 256 thr = CreateThread(NULL, 4096, sleepy, NULL, 0, NULL); in Time_F()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 1524 return os->CreateThread(tid, context); in CreateOSPluginThread()
|