proxygen
|
#include <folly/portability/GTest.h>
#include <folly/synchronization/Baton.h>
#include <folly/test/DeterministicSchedule.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::test | |
Typedefs | |
typedef DeterministicSchedule | folly::test::DSched |
Functions | |
template<bool MayBlock, template< typename > class Atom> | |
void | folly::test::run_basic_test () |
template<bool MayBlock, template< typename > class Atom> | |
void | folly::test::run_pingpong_test (int numRounds) |
template<bool MayBlock, template< typename > class Atom, typename Clock > | |
void | folly::test::run_basic_timed_wait_tests () |
template<bool MayBlock, template< typename > class Atom, typename Clock > | |
void | folly::test::run_timed_wait_tmo_tests () |
template<bool MayBlock, template< typename > class Atom, typename Clock > | |
void | folly::test::run_timed_wait_regular_test () |
template<bool MayBlock, template< typename > class Atom> | |
void | folly::test::run_try_wait_tests () |