Home
last modified time | relevance | path

Searched refs:PortLocker (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/core/ports/
Dport_locker.cc22 void UpdateTLS(PortLocker* old_locker, PortLocker* new_locker) { in UpdateTLS()
25 static auto* tls = new base::ThreadLocalPointer<PortLocker>(); in UpdateTLS()
33 PortLocker::PortLocker(const PortRef** port_refs, size_t num_ports) in PortLocker() function in mojo::core::ports::PortLocker
50 PortLocker::~PortLocker() { in ~PortLocker()
61 void PortLocker::AssertNoPortsLockedOnCurrentThread() { in AssertNoPortsLockedOnCurrentThread()
Dport_locker.h26 class PortLocker {
31 PortLocker(const PortRef** port_refs, size_t num_ports);
32 ~PortLocker();
64 DISALLOW_COPY_AND_ASSIGN(PortLocker);
77 PortLocker locker_;
Dport_ref.h18 class PortLocker; variable
37 friend class PortLocker; in COMPONENT_EXPORT()
Dport.h24 class PortLocker; variable
162 friend class PortLocker; variable
Dnode.cc110 PortLocker::AssertNoPortsLockedOnCurrentThread(); in CanShutdownCleanly()
151 PortLocker::AssertNoPortsLockedOnCurrentThread(); in GetPort()
789 PortLocker::AssertNoPortsLockedOnCurrentThread(); in AddPortWithName()
798 PortLocker::AssertNoPortsLockedOnCurrentThread(); in ErasePort()
859 base::Optional<PortLocker> locker(base::in_place, port_refs, 2); in MergePortsInternal()
944 PortLocker locker(port_refs, 2); in MergePortsInternal()
1066 PortLocker locker(ports_to_lock.container().data(), in PrepareToForwardUserMessage()
1297 PortLocker::AssertNoPortsLockedOnCurrentThread(); in DestroyAllPortsWithPeer()
1381 PortLocker::AssertNoPortsLockedOnCurrentThread(); in EnsureSafeDelegateAccess()