Home
last modified time | relevance | path

Searched defs:main_thread (Results 1 – 19 of 19) sorted by relevance

/llvm-project/lldb/test/API/functionalities/breakpoint/two_hits_one_actual/
H A Dmain.cpp18 std::thread main_thread(background_thread, nullptr); // Set bkpt here to get started in main() local
/llvm-project/libc/test/integration/src/threads/
H A Dthrd_equal_test.cpp40 auto main_thread = LIBC_NAMESPACE::thrd_current(); in TEST_MAIN() local
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_equal_test.cpp41 auto main_thread = LIBC_NAMESPACE::pthread_self(); in TEST_MAIN() local
H A Dpthread_name_test.cpp45 auto main_thread = LIBC_NAMESPACE::pthread_self(); in TEST_MAIN() local
/llvm-project/lldb/test/API/tools/lldb-server/vCont-threads/
H A DTestPartialResume.py42 def continue_and_get_threads_running(self, main_thread, vCont_req): argument
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_on_lambda_capture/
H A Dmain.cpp27 std::thread main_thread(background_thread, nullptr); in main() local
/llvm-project/compiler-rt/test/tsan/
H A Dsignal_block2.cpp14 pthread_t main_thread; variable
H A Datomic_race.cpp8 void Test(int test, T *p, bool main_thread) { in Test()
H A Datomic_norace.cpp8 void Test(int test, T *p, bool main_thread) { in Test()
/llvm-project/lldb/test/API/macosx/thread-names/
H A DTestInterruptThreadNames.py149 def check_expected_threads_present(self, main_thread, second_thread, third_thread): argument
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp157 SetCurrentThread(main_thread); in CreateMainThread() local
H A Dmemprof_rtl.cpp220 CHECK_EQ(0, main_thread->tid()); in MemprofInitInternal() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp129 ThreadContextBase *main_thread = registry->GetThreadLocked(0); TestRegistry() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp485 AsanThread *main_thread = CreateMainThread(); AsanInitInternal() local
H A Dasan_thread.cpp296 AsanThread *main_thread = AsanThread::Create( CreateMainThread() local
/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp499 MsanThread *main_thread = MsanThread::Create(nullptr, nullptr); in __msan_init() local
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp681 ThreadSP main_thread = OnDebuggerConnected() local
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp669 auto *main_thread = static_cast<NativeThreadLinux *>(m_threads[0].get()); in MonitorSIGTRAP() local
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1285 DFsanThread *main_thread = DFsanThread::Create(nullptr, nullptr); DFsanInit() local