/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_win.cpp | 152 INTERCEPTOR_WINAPI(HANDLE, CreateThread, LPSECURITY_ATTRIBUTES security, in INTERCEPTOR_WINAPI() argument 165 return REAL(CreateThread)(security, stack_size, asan_thread_start, t, in INTERCEPTOR_WINAPI() 183 ASAN_INTERCEPT_FUNC(CreateThread); in InitializePlatformInterceptors()
|
H A D | asan_fuchsia.cpp | 125 u32 tid = asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); in CreateAsanThread()
|
H A D | asan_thread.cpp | 110 asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); in Create()
|
/freebsd/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/crypto/openssl/test/ |
H A D | threadstest.h | 48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
|
H A D | drbgtest.c | 720 *t = CreateThread(NULL, 0, thread_run, NULL, 0, NULL); in run_thread()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
H A D | OperatingSystemPython.h | 61 lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) override;
|
H A D | OperatingSystemPython.cpp | 359 lldb::ThreadSP OperatingSystemPython::CreateThread(lldb::tid_t tid, in CreateThread() function in OperatingSystemPython 371 m_operating_system_interface_sp->CreateThread(tid, context); in CreateThread()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_thread.cpp | 65 return thread_registry->CreateThread(0, detached, parent_tid, arg); in ThreadCreate()
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-port.cc | 430 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anon22bf0dbd0311::ThreadWithParamSupport 434 HANDLE thread_handle = ::CreateThread( in CreateThread() 479 ThreadWithParamSupport::CreateThread(runnable, thread_can_start)) {} in ThreadWithParamBase() 611 ::CreateThread(nullptr, // Default security. in StartWatcherThreadFor()
|
/freebsd/contrib/processor-trace/include/windows/ |
H A D | threads.h | 93 handle = CreateThread(NULL, 0, thrd_routine, args, 0, NULL); in thrd_create()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_win.cpp | 166 CreateThread(nullptr, 0, RunThread, &arg, 0, &trace_thread_id); in StopTheWorld()
|
H A D | sanitizer_thread_registry.h | 109 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
|
H A D | sanitizer_thread_registry.cpp | 136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() function in __sanitizer::ThreadRegistry
|
/freebsd/contrib/unbound/util/ |
H A D | locks.c | 229 *thr = CreateThread(NULL, /* default security (no inherit handle) */ in ub_thread_create()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 83 memprofThreadRegistry().CreateThread(0, detached, parent_tid, &args); in Create()
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | threadsignaltest.c | 269 capture_thread = CreateThread(NULL, 0, capture_thread_func, device, in main()
|
/freebsd/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/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/contrib/ntp/sntp/libevent/test/ |
H A D | tinytest.c | 119 handle =CreateThread(NULL, 0, timeout_thread_proc_, in testcase_run_in_thread_()
|
/freebsd/contrib/libevent/test/ |
H A D | tinytest.c | 119 handle =CreateThread(NULL, 0, timeout_thread_proc_, in testcase_run_in_thread_()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_thread.cpp | 130 Tid tid = ctx->thread_registry.CreateThread(uid, detached, parent, &arg); in ThreadCreate()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Windows_NT_util.cpp | 1195 handle = CreateThread( in __kmp_create_worker() 1255 // to automatically expand stacksize based on CreateThread error code. in __kmp_create_monitor() 1269 CreateThread(NULL, (SIZE_T)__kmp_monitor_stksize, in __kmp_create_monitor()
|
/freebsd/contrib/unbound/ |
H A D | configure.ac | 652 AC_MSG_CHECKING([for CreateThread]) 658 HANDLE t = CreateThread(NULL, 0, NULL, NULL, 0, NULL);
|