Home
last modified time | relevance | path

Searched refs:running_thread (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/thread_suspend/
H A Dmain.c50 pthread_t running_thread; in main() local
51 pthread_create(&running_thread, NULL, running_func, NULL); in main()
53 pthread_join(running_thread, NULL); in main()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1012 NativeThreadProtocol *running_thread = nullptr; in Interrupt() local
1021 running_thread = thread.get(); in Interrupt()
1030 if (!running_thread && !stopped_thread) { in Interrupt()
1039 running_thread ? running_thread : stopped_thread; in Interrupt()
1042 running_thread ? "running" : "stopped", in Interrupt()