Home
last modified time | relevance | path

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

/modules/thrift/src/thrift/concurrency/
A DMutex.cpp18 class Mutex::impl
25 Mutex::Mutex() in Mutex() function in apache::thrift::concurrency::Mutex
27 impl_ = std::make_shared<Mutex::impl>(); in Mutex()
30 void Mutex::lock() const in lock()
37 bool Mutex::trylock() const in trylock()
42 bool Mutex::timedlock(int64_t milliseconds) const in timedlock()
56 void Mutex::unlock() const in unlock()
61 void *Mutex::getUnderlyingImpl() const in getUnderlyingImpl()
/modules/thrift/src/thrift/transport/
A DTServerSocket.h173 concurrency::Mutex rwMutex_; // thread-safe interrupt
A DTSSLSocket.h350 static concurrency::Mutex mutex_;
A DTSSLSocket.cpp35 Mutex mutex;
/modules/thrift/
A DCMakeLists.txt29 src/thrift/concurrency/Mutex.cpp

Completed in 10 milliseconds