Searched refs:HasThreadNoLock (Results 1 – 6 of 6) sorted by relevance
95 bool HasThreadNoLock(lldb::tid_t thread_id);
750 bool NativeProcessNetBSD::HasThreadNoLock(lldb::tid_t thread_id) { in HasThreadNoLock() function in NativeProcessNetBSD768 assert(!HasThreadNoLock(thread_id) && in AddThread()784 assert(HasThreadNoLock(thread_id) && in RemoveThread()
97 bool HasThreadNoLock(lldb::tid_t thread_id);
704 bool NativeProcessFreeBSD::HasThreadNoLock(lldb::tid_t thread_id) { in HasThreadNoLock() function in NativeProcessFreeBSD722 assert(!HasThreadNoLock(thread_id) && in AddThread()738 assert(HasThreadNoLock(thread_id) && in RemoveThread()
178 bool HasThreadNoLock(lldb::tid_t thread_id);
1652 bool NativeProcessLinux::HasThreadNoLock(lldb::tid_t thread_id) { in HasThreadNoLock() function in NativeProcessLinux1688 assert(!HasThreadNoLock(thread_id) && in AddThread()