Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp152 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 Dasan_fuchsia.cpp125 u32 tid = asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); in CreateAsanThread()
H A Dasan_thread.cpp110 asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); in Create()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DOperatingSystem.h58 virtual lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) { in CreateThread() function
/freebsd/crypto/openssl/test/
H A Dthreadstest.h48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
H A Ddrbgtest.c720 *t = CreateThread(NULL, 0, thread_run, NULL, 0, NULL); in run_thread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h61 lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) override;
H A DOperatingSystemPython.cpp359 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 Dlsan_thread.cpp65 return thread_registry->CreateThread(0, detached, parent_tid, arg); in ThreadCreate()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc430 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 Dthreads.h93 handle = CreateThread(NULL, 0, thrd_routine, args, 0, NULL); in thrd_create()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp166 CreateThread(nullptr, 0, RunThread, &arg, 0, &trace_thread_id); in StopTheWorld()
H A Dsanitizer_thread_registry.h109 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
H A Dsanitizer_thread_registry.cpp136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() function in __sanitizer::ThreadRegistry
/freebsd/contrib/unbound/util/
H A Dlocks.c229 *thr = CreateThread(NULL, /* default security (no inherit handle) */ in ub_thread_create()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp83 memprofThreadRegistry().CreateThread(0, detached, parent_tid, &args); in Create()
/freebsd/contrib/libpcap/testprogs/
H A Dthreadsignaltest.c269 capture_thread = CreateThread(NULL, 0, capture_thread_func, device, in main()
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_winpcap.c247 l2->rx_thread = CreateThread(NULL, 0, l2_packet_receive_thread, l2, 0, in l2_packet_init()
H A Dl2_packet_ndis.c434 l2_ndisuio_global->rx_thread = CreateThread(NULL, 0, in l2_packet_init()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmain_winsvc.c391 if (CreateThread(0, 0, (LPTHREAD_START_ROUTINE) svc_thread, 0, 0, &id) in service_start()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c119 handle =CreateThread(NULL, 0, timeout_thread_proc_, in testcase_run_in_thread_()
/freebsd/contrib/libevent/test/
H A Dtinytest.c119 handle =CreateThread(NULL, 0, timeout_thread_proc_, in testcase_run_in_thread_()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp130 Tid tid = ctx->thread_registry.CreateThread(uid, detached, parent, &arg); in ThreadCreate()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1195 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 Dconfigure.ac652 AC_MSG_CHECKING([for CreateThread])
658 HANDLE t = CreateThread(NULL, 0, NULL, NULL, 0, NULL);

12