Searched defs:ThreadIDIsValid (Results 1 – 2 of 2) sorted by relevance
286 bool ThreadGDBRemote::ThreadIDIsValid(lldb::tid_t thread) { in ThreadIDIsValid() function in ThreadGDBRemote
149 static bool ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid() function