Searched refs:Minimal (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_parallel_sort.cpp | 41 class Minimal { class 45 static bool Less (const Minimal &a, const Minimal &b) { in Less() 48 static bool AreEqual( const Minimal &a, const Minimal &b) { in AreEqual() 56 bool operator() (const Minimal &a, const Minimal &b) const { in operator ()() 57 return Minimal::Less(a,b); in operator ()() 66 bool compare(const Minimal& lhs, const Minimal& rhs) { in compare() 67 return Minimal::AreEqual(lhs, rhs); in compare() 95 void set(Minimal& minimal_ref, ValueType new_value) { in set() 315 parallel_sort_test_suite<std::vector<Minimal>, MinimalLessCompare>(); 351 parallel_sort_test_suite<tbb::concurrent_vector<Minimal>, MinimalLessCompare>();
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | README.md | 6 …tel® Thread Checker, which pointed out where synchronization was needed. Minimal synchronization w…
|