Home
last modified time | relevance | path

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

/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp90 bin_filler(std::size_t bidx, value_pool* _q) in bin_filler() argument
97 the_value_pool(_q), in bin_filler()
/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp940 …SimplePushBody(oneapi::tbb::concurrent_bounded_queue<int>* _q, std::size_t hi_thr) : q(_q), max(hi… in SimplePushBody() argument
964 …SimplePopBody(oneapi::tbb::concurrent_bounded_queue<int>* _q, std::size_t hi_thr, std::size_t nite… in SimplePopBody() argument
965 : q(_q), max(hi_thr), prefill(nitems) {} in SimplePopBody()