proxygen
ConcurrentSkipListTest.cpp File Reference
#include <folly/ConcurrentSkipList.h>
#include <atomic>
#include <memory>
#include <set>
#include <system_error>
#include <thread>
#include <vector>
#include <glog/logging.h>
#include <folly/Memory.h>
#include <folly/String.h>
#include <folly/container/Foreach.h>
#include <folly/memory/Arena.h>
#include <folly/portability/GFlags.h>
#include <folly/portability/GTest.h>

Go to the source code of this file.

Classes

struct  folly::AllocatorHasTrivialDeallocate< ParanoidArenaAlloc< ParentAlloc > >
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Functions

 DEFINE_int32 (num_threads, 12,"num concurrent threads to test")
 
int main (int argc, char *argv[])
 

Function Documentation

DEFINE_int32 ( num_threads  ,
12  ,
"num concurrent threads to test  
)
int main ( int  argc,
char *  argv[] 
)

Definition at line 509 of file ConcurrentSkipListTest.cpp.

References testing::InitGoogleTest(), and RUN_ALL_TESTS().

509  {
511  google::InitGoogleLogging(argv[0]);
512  gflags::ParseCommandLineFlags(&argc, &argv, true);
513 
514  return RUN_ALL_TESTS();
515 }
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition: gtest.h:2232
char ** argv
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition: gtest.cc:5370