|
proxygen
|
Public Member Functions | |
| void | unlock () |
| template<typename Wait > | |
| void | wait (Wait wfunc) |
Private Types | |
| using | Lot = ParkingLot< std::function< bool(void)>> |
Static Private Attributes | |
| static Lot | lot |
Definition at line 73 of file ParkingLotTest.cpp.
|
private |
Definition at line 74 of file ParkingLotTest.cpp.
|
inline |
Definition at line 78 of file ParkingLotTest.cpp.
References folly::RemoveBreak, folly::RemoveContinue, uint64_t, and folly::ParkingLot< Data >::unpark().
|
inline |
Definition at line 95 of file ParkingLotTest.cpp.
References lot, folly::ParkingLot< Data >::park(), and uint64_t.
Referenced by TEST().
|
staticprivate |
Definition at line 75 of file ParkingLotTest.cpp.
Referenced by wait().