Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h59 static bool ThreadIDIsValid(lldb::tid_t thread);
H A DThreadGDBRemote.cpp281 bool ThreadGDBRemote::ThreadIDIsValid(lldb::tid_t thread) { in ThreadIDIsValid() function in ThreadGDBRemote
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h149 static bool ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid() function