Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.h33 static bool ThreadIDIsValid(lldb::tid_t thread);
DThreadMachCore.cpp58 bool ThreadMachCore::ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid() function in ThreadMachCore
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.h38 static bool ThreadIDIsValid(lldb::tid_t thread);
DThreadKDP.cpp75 bool ThreadKDP::ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid() function in ThreadKDP
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h59 static bool ThreadIDIsValid(lldb::tid_t thread);
DThreadGDBRemote.cpp278 bool ThreadGDBRemote::ThreadIDIsValid(lldb::tid_t thread) { in ThreadIDIsValid() function in ThreadGDBRemote
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.h148 static bool ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid() function
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThread.h51 static bool ThreadIDIsValid(
DMachThread.cpp268 bool MachThread::ThreadIDIsValid(uint64_t thread) { return thread != 0; } in ThreadIDIsValid() function in MachThread