Home
last modified time | relevance | path

Searched defs:set (Results 1 – 6 of 6) sorted by relevance

/oneTBB/src/tbb/
H A Dtls.h44 void set( T value ) { pthread_setspecific(my_key, (void*)value); } in set() function
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h185 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 Dtest_parallel_sort.cpp90 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 Dconformance_concurrent_set.cpp92 TSet set(vc.begin(), vc.end()); in test_deduction_guides() local
H A Dconformance_enumerable_thread_specific.cpp152 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 Drpolygon.hpp67 void set(int xMin, int yMin, int xMax, int yMax) { in set() function in RPolygon