Searched refs:HasThreadNoLock (Results 1 – 8 of 8) sorted by relevance
105 bool HasThreadNoLock(lldb::tid_t thread_id);
435 bool NativeProcessOpenBSD::HasThreadNoLock(lldb::tid_t thread_id) { in HasThreadNoLock() function in NativeProcessOpenBSD453 assert(!HasThreadNoLock(thread_id) && in AddThread()
104 bool HasThreadNoLock(lldb::tid_t thread_id);
806 bool NativeProcessNetBSD::HasThreadNoLock(lldb::tid_t thread_id) { in HasThreadNoLock() function in NativeProcessNetBSD824 assert(!HasThreadNoLock(thread_id) && in AddThread()840 assert(HasThreadNoLock(thread_id) && in RemoveThread()
111 bool HasThreadNoLock(lldb::tid_t thread_id);
779 bool NativeProcessFreeBSD::HasThreadNoLock(lldb::tid_t thread_id) { in HasThreadNoLock() function in NativeProcessFreeBSD797 assert(!HasThreadNoLock(thread_id) && in AddThread()813 assert(HasThreadNoLock(thread_id) && in RemoveThread()
185 bool HasThreadNoLock(lldb::tid_t thread_id);
1644 bool NativeProcessLinux::HasThreadNoLock(lldb::tid_t thread_id) { in HasThreadNoLock() function in NativeProcessLinux1704 assert(!HasThreadNoLock(thread_id) && in AddThread()