| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_win.cpp | 140 INTERCEPTOR_WINAPI(HANDLE, CreateThread, LPSECURITY_ATTRIBUTES security, in INTERCEPTOR_WINAPI() argument 153 return REAL(CreateThread)(security, stack_size, asan_thread_start, t, in INTERCEPTOR_WINAPI() 169 ASAN_INTERCEPT_FUNC(CreateThread); in InitializePlatformInterceptors()
|
| H A D | asan_fuchsia.cpp | 100 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
|
| H A D | asan_thread.cpp | 86 asanThreadRegistry().CreateThread(*reinterpret_cast<uptr *>(thread), detached, in Create()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | OperatingSystem.h | 58 virtual lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) { in CreateThread() function
|
| /freebsd-13.1/contrib/sqlite3/tea/win/ |
| H A D | nmakehlp.c | 298 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForCompilerFeature() 299 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForCompilerFeature() 432 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForLinkerFeature() 433 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForLinkerFeature()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.h | 64 lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) override;
|
| H A D | OperatingSystemPython.cpp | 377 lldb::ThreadSP OperatingSystemPython::CreateThread(lldb::tid_t tid, in CreateThread() function in OperatingSystemPython
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.cpp | 48 return thread_registry->CreateThread(user_id, detached, parent_tid, arg); in ThreadCreate()
|
| /freebsd-13.1/contrib/googletest/googletest/src/ |
| H A D | gtest-port.cc | 383 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anond560d3f10311::ThreadWithParamSupport 388 HANDLE thread_handle = ::CreateThread( in CreateThread() 433 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase() 558 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor()
|
| /freebsd-13.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-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.h | 106 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
|
| H A D | sanitizer_thread_registry.cpp | 134 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() function in __sanitizer::ThreadRegistry
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | locks.c | 229 *thr = CreateThread(NULL, /* default security (no inherit handle) */ in ub_thread_create()
|
| /freebsd-13.1/contrib/subversion/subversion/svnserve/ |
| H A D | winservice.c | 350 (HANDLE)CreateThread(NULL, 0, winservice_dispatcher_thread_routine, in winservice_start()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 83 memprofThreadRegistry().CreateThread(*reinterpret_cast<uptr *>(thread), in Create()
|
| /freebsd-13.1/contrib/libpcap/testprogs/ |
| H A D | threadsignaltest.c | 271 capture_thread = CreateThread(NULL, 0, capture_thread_func, device, in main()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | main_winsvc.c | 391 if (CreateThread(0, 0, (LPTHREAD_START_ROUTINE) svc_thread, 0, 0, &id) in service_start()
|
| /freebsd-13.1/contrib/wpa/src/l2_packet/ |
| H A D | l2_packet_winpcap.c | 247 l2->rx_thread = CreateThread(NULL, 0, l2_packet_receive_thread, l2, 0, in l2_packet_init()
|
| H A D | l2_packet_ndis.c | 434 l2_ndisuio_global->rx_thread = CreateThread(NULL, 0, in l2_packet_init()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cpp | 232 ctx->thread_registry->CreateThread(uid, detached, parent_tid, &args); in ThreadCreate()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Windows_NT_util.cpp | 1164 handle = CreateThread( in __kmp_create_worker() 1238 CreateThread(NULL, (SIZE_T)__kmp_monitor_stksize, in __kmp_create_monitor()
|
| /freebsd-13.1/contrib/unbound/ |
| H A D | configure.ac | 572 AC_MSG_CHECKING([for CreateThread]) 578 HANDLE t = CreateThread(NULL, 0, NULL, NULL, 0, NULL);
|
| /freebsd-13.1/contrib/ntp/lib/isc/win32/ |
| H A D | socket.c | 473 manager->hIOCPThreads[i] = CreateThread(NULL, 0, SocketIoThread, in iocompletionport_createthreads()
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | speed.c | 256 thr = CreateThread(NULL, 4096, sleepy, NULL, 0, NULL); in Time_F()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 1249 return os->CreateThread(tid, context); in CreateOSPluginThread()
|