Home
last modified time | relevance | path

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

/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DReference_Counting.rst99 "pass the buck". See the references below for details.
143 Computing (Oct. 2002). Describes the "pass the buck" technique.
/oneTBB/test/common/
H A Dconcurrent_unordered_common.h87 typename T::size_type buck = cont.unsafe_bucket(i); in test_unordered_methods() local
90 REQUIRE_MESSAGE(buck < 16, "Wrong bucket mapping"); in test_unordered_methods()