Home
last modified time | relevance | path

Searched refs:channel_lifetime_lock_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/ipc/
Dipc_channel_proxy.cc61 base::AutoLock l(channel_lifetime_lock_); in CreateChannel()
366 base::AutoLock l(channel_lifetime_lock_); in ClearChannel()
373 base::AutoLock l(channel_lifetime_lock_); in AddGenericAssociatedInterfaceForIOThread()
Dipc_channel_proxy.h352 base::Lock channel_lifetime_lock_; in COMPONENT_EXPORT() local