Home
last modified time | relevance | path

Searched defs:ThreadIDIsValid (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp61 bool ThreadMachCore::ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid() function in ThreadMachCore
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp75 bool ThreadKDP::ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid() function in ThreadKDP
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp286 bool ThreadGDBRemote::ThreadIDIsValid(lldb::tid_t thread) { in ThreadIDIsValid() function in ThreadGDBRemote
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h148 static bool ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid() function
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp268 bool MachThread::ThreadIDIsValid(uint64_t thread) { return thread != 0; } in ThreadIDIsValid() function in MachThread