Searched refs:bucketFor (Results 1 – 2 of 2) sorted by relevance
72 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()
13 Bucket& Bucket::bucketFor(uint64_t key) { in bucketFor() function in folly::parking_lot_detail::Bucket