Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp152 INTERCEPTOR_WINAPI(HANDLE, CreateThread, LPSECURITY_ATTRIBUTES security, in INTERCEPTOR_WINAPI() argument
159 // FIXME: The CreateThread interceptor is not the same as a pthread_create in INTERCEPTOR_WINAPI()
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()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DOperatingSystemInterface.h20 virtual StructuredData::DictionarySP CreateThread(lldb::tid_t tid, in CreateThread() function
/freebsd-src/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-src/crypto/openssl/test/
H A Dthreadstest.h48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
/freebsd-src/contrib/sqlite3/tea/win/
H A Dnmakehlp.c298 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-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.h36 StructuredData::DictionarySP CreateThread(lldb::tid_t tid,
H A DOperatingSystemPythonInterface.cpp41 OperatingSystemPythonInterface::CreateThread(lldb::tid_t tid, in CreateThread() function in OperatingSystemPythonInterface
/freebsd-src/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
364 "OperatingSystemPython::CreateThread (tid = 0x%" PRIx64 in CreateThread()
371 m_operating_system_interface_sp->CreateThread(tid, context); in CreateThread()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp65 return thread_registry->CreateThread(0, detached, parent_tid, arg); in ThreadCreate()
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest-port.cc430 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anona95510cf0311::ThreadWithParamSupport
434 HANDLE thread_handle = ::CreateThread( in CreateThread()
442 << "CreateThread failed with error " << ::GetLastError() << "."; in CreateThread()
479 ThreadWithParamSupport::CreateThread(runnable, thread_can_start)) {} in ThreadWithParamBase()
607 // We need to pass a valid thread ID pointer into CreateThread for it in StartWatcherThreadFor()
611 ::CreateThread(nullptr, // Default security. in StartWatcherThreadFor()
617 << "CreateThread failed with error " << ::GetLastError() << "."; in StartWatcherThreadFor()
/freebsd-src/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-src/contrib/processor-trace/include/windows/
H A Dthreads.h93 handle = CreateThread(NULL, 0, thrd_routine, args, 0, NULL); in thrd_create()
/freebsd-src/contrib/unbound/util/
H A Dlocks.c229 *thr = CreateThread(NULL, /* default security (no inherit handle) */ in ub_thread_create()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp83 memprofThreadRegistry().CreateThread(0, detached, parent_tid, &args); in Create()
/freebsd-src/contrib/libpcap/testprogs/
H A Dthreadsignaltest.c269 capture_thread = CreateThread(NULL, 0, capture_thread_func, device, in main()
/freebsd-src/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-src/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-src/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-src/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c119 handle =CreateThread(NULL, 0, timeout_thread_proc_, in testcase_run_in_thread_()
/freebsd-src/contrib/libevent/test/
H A Dtinytest.c119 handle =CreateThread(NULL, 0, timeout_thread_proc_, in testcase_run_in_thread_()

12