Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_limiter_node.cpp106 const int threshold = 5; variable
/oneTBB/test/common/
H A Dexception_handling.h129 inline void ThrowTestException ( intptr_t threshold ) { in ThrowTestException()
/oneTBB/test/tbb/
H A Dtest_limiter_node.cpp376 const int threshold = 5; in test_decrementer() local
510 constexpr int threshold = 50000; in test_decrement_while_try_put_task() local
H A Dtest_eh_algorithms.cpp1178 intptr_t threshold = get_iter_range_size() / 4; in TestCancelation1_parallel_for_each() local
1671 intptr_t threshold = get_iter_range_size() / 4; in TestCancelation1_pipeline() local
/oneTBB/src/tbbmalloc/
H A Dlarge_objects.h194 intptr_t threshold = ageThreshold.load(std::memory_order_relaxed); in decreaseThreshold() local
H A Dlarge_objects.cpp612 intptr_t threshold = ageThreshold.load(std::memory_order_relaxed); in forgetOutdatedState() local
H A Dfrontend.cpp1337 const float threshold = (slabSize - sizeof(Block)) * (1 - emptyEnoughRatio); in adjustFullness() local
2416 size_t threshold = isMemoryBlockHuge ? copySize / 2 : 0; in reallocAligned() local
/oneTBB/examples/parallel_for/tachyon/src/
H A Dapi.cpp186 void rt_boundthresh(SceneHandle voidscene, int threshold) { in rt_boundthresh()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp945 intptr_t threshold = cacheBinModel.ageThreshold.load(std::memory_order_relaxed); in doCleanup() local
976 intptr_t threshold = cacheBinModel.ageThreshold.load(std::memory_order_relaxed); in get() local
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h2009 limiter_node(graph &g, size_t threshold) in limiter_node()
2018 limiter_node(const node_set<Args...>& nodes, size_t threshold) in limiter_node()