Searched refs:HasThreadNoLock (Results 1 – 4 of 4) sorted by relevance
102 bool HasThreadNoLock(lldb::tid_t thread_id);
805 bool NativeProcessNetBSD::HasThreadNoLock(lldb::tid_t thread_id) { in HasThreadNoLock() function in NativeProcessNetBSD823 assert(!HasThreadNoLock(thread_id) && in AddThread()839 assert(HasThreadNoLock(thread_id) && in RemoveThread()
109 bool HasThreadNoLock(lldb::tid_t thread_id);
765 bool NativeProcessFreeBSD::HasThreadNoLock(lldb::tid_t thread_id) { in HasThreadNoLock() function in NativeProcessFreeBSD783 assert(!HasThreadNoLock(thread_id) && in AddThread()799 assert(HasThreadNoLock(thread_id) && in RemoveThread()