|
proxygen
|
#include <folly/io/ShutdownSocketSet.h>#include <atomic>#include <chrono>#include <thread>#include <glog/logging.h>#include <folly/portability/GTest.h>#include <folly/portability/Sockets.h>Go to the source code of this file.
Classes | |
| class | folly::test::Server |
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
| folly::test | |
Functions | |
| int | folly::test::createConnectedSocket (int port) |
| void | folly::test::runCloseTest (bool abortive) |
| folly::test::TEST (ShutdownSocketSetTest, OrderlyClose) | |
| folly::test::TEST (ShutdownSocketSetTest, AbortiveClose) | |
| void | folly::test::runKillTest (bool abortive) |
| folly::test::TEST (ShutdownSocketSetTest, OrderlyKill) | |
| folly::test::TEST (ShutdownSocketSetTest, AbortiveKill) | |
Variables | |
| ShutdownSocketSet | folly::test::shutdownSocketSet |