Searched refs:HasThreadNoLock (Results 1 – 6 of 6) sorted by relevance
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);
1643 bool NativeProcessLinux::HasThreadNoLock(lldb::tid_t thread_id) { in HasThreadNoLock() function in NativeProcessLinux1703 assert(!HasThreadNoLock(thread_id) && in AddThread()