Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h110 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, u32 stack_tid,
112 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg) { in CreateThread() function
113 return CreateThread(user_id, detached, parent_tid, 0, arg); in CreateThread()
H A Dsanitizer_stoptheworld_win.cpp168 CreateThread(nullptr, 0, RunThread, &arg, 0, &trace_thread_id); in StopTheWorld()
H A Dsanitizer_thread_registry.cpp149 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() function in __sanitizer::ThreadRegistry
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp151 INTERCEPTOR_WINAPI(HANDLE, CreateThread, LPSECURITY_ATTRIBUTES security, in INTERCEPTOR_WINAPI() argument
164 return REAL(CreateThread)(security, stack_size, asan_thread_start, t, in INTERCEPTOR_WINAPI()
189 ASAN_INTERCEPT_FUNC(CreateThread); in InitializePlatformInterceptors()
H A Dasan_fuchsia.cpp129 u32 tid = asanThreadRegistry().CreateThread(0, detached, parent_tid, thread); in CreateAsanThread()
H A Dasan_thread.cpp107 asanThreadRegistry().CreateThread(0, detached, parent_tid, in Create()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DOperatingSystemInterface.h20 virtual StructuredData::DictionarySP CreateThread(lldb::tid_t tid, in CreateThread() function
/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.h39 StructuredData::DictionarySP CreateThread(lldb::tid_t tid,
H A DOperatingSystemPythonInterface.cpp44 OperatingSystemPythonInterface::CreateThread(lldb::tid_t tid, in CreateThread() function in OperatingSystemPythonInterface
/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.cpp66 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/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.cpp79 memprofThreadRegistry().CreateThread( 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()

12