Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_messaging.h154 RwLock group_mutex_; // Protects ports_. variable
Dnode_messaging.cc1363 RwLock::ScopedReadLock lock(group_mutex_); in Dispatch()
1408 RwLock::ScopedWriteLock lock(group_mutex_); in Entangle()
1418 RwLock::ScopedWriteLock lock(group_mutex_); in Disentangle()