Searched refs:ThreadIDIsValid (Results 1 – 3 of 3) sorted by relevance
61 static bool ThreadIDIsValid(lldb::tid_t thread);
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