proxygen
|
#include <folly/synchronization/AtomicNotification.h>
#include <folly/portability/GTest.h>
#include <thread>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Functions | |
folly::TEST (AtomicWait, Basic) | |
folly::TEST (AtomicWait, BasicNonStandardWidths) | |
folly::TEST (AtomicWait, AtomicWaitUntilTimeout) | |
folly::TEST (AtomicWait, AtomicWaitUntilTimeoutNonStandardWidths) | |
folly::TEST (AtomicWait, AtomicWaitUntilNotified) | |
folly::TEST (AtomicWait, AtomicWaitUntilNotifiedNonStandardWidths) | |
folly::TEST (AtomicWait, AtomicWaitAliasing) | |
folly::TEST (AtomicWait, AtomicWaitAliasingNonStandardWidths) | |
|
private |
Definition at line 119 of file AtomicNotificationTest.cpp.
Referenced by folly::TestExecutor::addImpl(), folly::HandshakeCallback::handshakeErr(), folly::HandshakeCallback::handshakeSuc(), FOLLY_PACK_POP::SimpleBarrier::run(), folly::TestExecutor::TestExecutor(), FOLLY_PACK_POP::SimpleBarrier::wait(), and folly::HandshakeCallback::waitForHandshake().
|
private |
Definition at line 118 of file AtomicNotificationTest.cpp.
|
private |
Definition at line 120 of file AtomicNotificationTest.cpp.