Home
last modified time | relevance | path

Searched refs:ThreadIDIsValid (Results 1 – 9 of 9) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.h34 static bool ThreadIDIsValid(lldb::tid_t thread);
H A DThreadMachCore.cpp63 bool ThreadMachCore::ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid() function in ThreadMachCore
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h38 static bool ThreadIDIsValid(lldb::tid_t thread);
H A DThreadKDP.cpp75 bool ThreadKDP::ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid() function in ThreadKDP
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h61 static bool ThreadIDIsValid(lldb::tid_t thread);
H A DThreadGDBRemote.cpp286 bool ThreadGDBRemote::ThreadIDIsValid(lldb::tid_t thread) { in ThreadIDIsValid() function in ThreadGDBRemote
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h188 static bool ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; }
149 static bool ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } ThreadIDIsValid() function
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.h51 static bool ThreadIDIsValid(
H A DMachThread.cpp287 bool MachThread::ThreadIDIsValid(uint64_t thread) { return thread != 0; } in SetPC()
268 bool MachThread::ThreadIDIsValid(uint64_t thread) { return thread != 0; } ThreadIDIsValid() function in MachThread