Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h149 static bool ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid() function