| /freebsd-src/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 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 D | asan_fuchsia.cpp | 125 u32 tid = asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); in CreateAsanThread()
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
| H A D | OperatingSystemInterface.h | 20 virtual StructuredData::DictionarySP CreateThread(lldb::tid_t tid, in CreateThread() function
|
| /freebsd-src/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-src/crypto/openssl/test/ |
| H A D | threadstest.h | 48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
|
| /freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | OperatingSystemPythonInterface.h | 36 StructuredData::DictionarySP CreateThread(lldb::tid_t tid,
|
| H A D | OperatingSystemPythonInterface.cpp | 41 OperatingSystemPythonInterface::CreateThread(lldb::tid_t tid, in CreateThread() function in OperatingSystemPythonInterface
|
| /freebsd-src/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 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 D | lsan_thread.cpp | 65 return thread_registry->CreateThread(0, detached, parent_tid, arg); in ThreadCreate()
|
| /freebsd-src/contrib/googletest/googletest/src/ |
| H A D | gtest-port.cc | 430 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 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-src/contrib/processor-trace/include/windows/ |
| H A D | threads.h | 93 handle = CreateThread(NULL, 0, thrd_routine, args, 0, NULL); in thrd_create()
|
| /freebsd-src/contrib/unbound/util/ |
| H A D | locks.c | 229 *thr = CreateThread(NULL, /* default security (no inherit handle) */ in ub_thread_create()
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 83 memprofThreadRegistry().CreateThread(0, detached, parent_tid, &args); in Create()
|
| /freebsd-src/contrib/libpcap/testprogs/ |
| H A D | threadsignaltest.c | 269 capture_thread = CreateThread(NULL, 0, capture_thread_func, device, in main()
|
| /freebsd-src/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-src/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-src/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-src/contrib/ntp/sntp/libevent/test/ |
| H A D | tinytest.c | 119 handle =CreateThread(NULL, 0, timeout_thread_proc_, in testcase_run_in_thread_()
|
| /freebsd-src/contrib/libevent/test/ |
| H A D | tinytest.c | 119 handle =CreateThread(NULL, 0, timeout_thread_proc_, in testcase_run_in_thread_()
|