Searched defs:set (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | tls.h | 44 void set( T value ) { pthread_setspecific(my_key, (void*)value); } in set() function
|
| /oneTBB/src/tbbmalloc/ |
| H A D | tbbmalloc_internal.h | 185 void set(size_t idx, bool val) { in set() function 221 void set(size_t idx, bool val) { BitMaskBasic<NUM>::set(idx, val); } in set() function 230 void set(size_t idx, bool val) { in set() function
|
| /oneTBB/test/tbb/ |
| H A D | test_parallel_sort.cpp | 90 void set(RefType& ref, ValueType new_value) { in set() function 95 void set(Minimal& minimal_ref, ValueType new_value) { in set() function 100 void set(std::string& string_ref, KeyType key) { in set() function
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_set.cpp | 92 TSet set(vc.begin(), vc.end()); in test_deduction_guides() local
|
| H A D | conformance_enumerable_thread_specific.cpp | 152 static inline void set(T &e, const int value ) { e = static_cast<T>(value); } in set() function 162 …static inline void set(minimalNComparable<N> &v, const int value ) { v.set_value( static_cast<int>… in set() function 172 …static inline void set(ThrowingConstructor &v, const int value ) { v.m_cnt = static_cast<int>(valu… in set() function
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | rpolygon.hpp | 67 void set(int xMin, int yMin, int xMax, int yMax) { in set() function in RPolygon
|