proxygen
|
Public Member Functions | |
void | lock () |
void | unlock () |
void | lock_shared () |
void | unlock_shared () |
void | lock_upgrade () |
void | unlock_upgrade () |
void | unlock_upgrade_and_lock () |
void | unlock_and_lock_upgrade () |
void | unlock_and_lock_shared () |
void | unlock_upgrade_and_lock_shared () |
template<class Rep , class Period > | |
bool | try_lock_for (const std::chrono::duration< Rep, Period > &arg) |
template<class Rep , class Period > | |
bool | try_lock_upgrade_for (const std::chrono::duration< Rep, Period > &arg) |
template<class Rep , class Period > | |
bool | try_unlock_upgrade_and_lock_for (const std::chrono::duration< Rep, Period > &arg) |
~FakeAllPowerfulAssertingMutex () | |
Definition at line 286 of file SynchronizedTest.cpp.
|
inline |
Definition at line 337 of file SynchronizedTest.cpp.
|
inline |
Definition at line 288 of file SynchronizedTest.cpp.
References folly::FakeAllPowerfulAssertingMutexInternal::lock().
|
inline |
Definition at line 294 of file SynchronizedTest.cpp.
References folly::FakeAllPowerfulAssertingMutexInternal::lock_shared().
|
inline |
Definition at line 300 of file SynchronizedTest.cpp.
References folly::FakeAllPowerfulAssertingMutexInternal::lock_upgrade().
|
inline |
Definition at line 321 of file SynchronizedTest.cpp.
References folly::FakeAllPowerfulAssertingMutexInternal::try_lock_for().
|
inline |
Definition at line 326 of file SynchronizedTest.cpp.
References folly::FakeAllPowerfulAssertingMutexInternal::try_lock_upgrade_for().
|
inline |
Definition at line 331 of file SynchronizedTest.cpp.
References folly::FakeAllPowerfulAssertingMutexInternal::try_unlock_upgrade_and_lock_for().
|
inline |
Definition at line 291 of file SynchronizedTest.cpp.
References folly::FakeAllPowerfulAssertingMutexInternal::unlock().
|
inline |
Definition at line 313 of file SynchronizedTest.cpp.
References folly::FakeAllPowerfulAssertingMutexInternal::unlock_and_lock_shared().
|
inline |
Definition at line 310 of file SynchronizedTest.cpp.
References folly::FakeAllPowerfulAssertingMutexInternal::unlock_and_lock_upgrade().
|
inline |
Definition at line 297 of file SynchronizedTest.cpp.
References folly::FakeAllPowerfulAssertingMutexInternal::unlock_shared().
|
inline |
Definition at line 303 of file SynchronizedTest.cpp.
References folly::FakeAllPowerfulAssertingMutexInternal::unlock_upgrade().
|
inline |
Definition at line 307 of file SynchronizedTest.cpp.
References folly::FakeAllPowerfulAssertingMutexInternal::unlock_upgrade_and_lock().
|
inline |
Definition at line 316 of file SynchronizedTest.cpp.
References folly::FakeAllPowerfulAssertingMutexInternal::unlock_upgrade_and_lock_shared().