Home
last modified time | relevance | path

Searched refs:bucketFor (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/synchronization/
DParkingLot.h72 static Bucket& bucketFor(uint64_t key);
250 auto& bucket = parking_lot_detail::Bucket::bucketFor(key); in park_until()
288 auto& bucket = parking_lot_detail::Bucket::bucketFor(key); in unpark()
DParkingLot.cpp13 Bucket& Bucket::bucketFor(uint64_t key) { in bucketFor() function in folly::parking_lot_detail::Bucket