proxygen
|
#include <folly/SpinLock.h>
#include <folly/Random.h>
#include <thread>
#include <folly/portability/Asm.h>
#include <folly/portability/GTest.h>
Go to the source code of this file.
Functions | |
TEST (SpinLock, Correctness) | |
TEST (SpinLock, TryLock) | |
TEST | ( | SpinLock | , |
Correctness | |||
) |
Definition at line 138 of file SpinLockTest.cpp.
TEST | ( | SpinLock | , |
TryLock | |||
) |
Definition at line 141 of file SpinLockTest.cpp.