Home
last modified time | relevance | path

Searched defs:WaitNodeBase (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/synchronization/
DParkingLot.h20 struct WaitNodeBase { struct
23 WaitNodeBase* next_{nullptr}; argument
31 WaitNodeBase(uint64_t key, uint64_t lotid) in WaitNodeBase() argument
35 std::cv_status wait(std::chrono::time_point<Clock, Duration> deadline) { in wait()
68 WaitNodeBase* head_; argument