Home
last modified time | relevance | path

Searched defs:get (Results 1 – 18 of 18) sorted by relevance

/oneTBB/examples/common/utility/
H A Dfast_random.hpp38 unsigned short get() { in get() function in utility::FastRandom
42 unsigned short get(std::size_t& seed) { in get() function in utility::FastRandom
/oneTBB/src/tbb/
H A Dtls.h45 T get() { return (T)pthread_getspecific(my_key); } in get() function
H A Dmisc.h142 unsigned short get() { in get() function
146 unsigned short get( unsigned& seed ) { in get() function
H A Dgovernor.cpp266 void __TBB_EXPORTED_FUNC get(d1::task_scheduler_handle& handle) { in get() function
/oneTBB/include/oneapi/tbb/detail/
H A D_range_common.h60 static split get( PartitionerSplitType& ) { return split(); } in get() function
H A D_flow_graph_node_set_impl.h43 static graph& get(const T& object) { in get() function
H A D_concurrent_queue_base.h587 static Iterator get( const Container& container ) { in get() function
/oneTBB/test/common/
H A Dconcurrent_associative_common.h62 static strip_key get( const Value& value ) { return strip_key(value.second); } in get() function
H A Dtest_invoke.h126 std::size_t get() const { return real_value; } in get() function
H A Ddoctest.h593 T& get() { in get() function
611 T& get() { return value; } in get() function
/oneTBB/test/tbb/
H A Dtest_scheduler_mix.cpp51 int get() { in get() function
64 int get() { in get() function in Random
249 T* get() { in get() function in PtrRWMutex
279 StatType& get() { in get() function in Statistics
H A Dtest_global_control.cpp44 tbb::task_scheduler_handle& get() { in get() function
/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp462 CacheBin::get(ExtMemoryPool *extMemPool, size_t size, BinBitMask *bitMask, int idx) in get() function in rml::internal::LargeObjectCacheImpl::CacheBin
584 CacheBin::get() in get() function in rml::internal::LargeObjectCacheImpl::CacheBin
837 LargeMemoryBlock *LargeObjectCacheImpl<Props>::get(ExtMemoryPool *extMemoryPool, size_t size) in get() function in rml::internal::LargeObjectCacheImpl
970 LargeMemoryBlock *LargeObjectCache::get(size_t size) in get() function in rml::internal::LargeObjectCache
H A Dfrontend.cpp1596 Block *OrphanedBlocks::get(TLSData *tls, unsigned int size) in get() function in rml::internal::OrphanedBlocks
2236 LargeMemoryBlock *LocalLOCImpl<LOW_MARK, HIGH_MARK>::get(size_t size) in get() function in rml::internal::LocalLOCImpl
/oneTBB/examples/parallel_for/polygon_overlay/
H A Drpolygon.hpp73 void get(int *xMin, int *yMin, int *xMax, int *yMax) const { in get() function in RPolygon
/oneTBB/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp153 static inline double get(const T &e ) { return static_cast<double>(e); } in get() function
163 …static inline double get(const minimalNComparable<N> &sum ) { return static_cast<double>(sum.value… in get() function
173 …static inline double get(const ThrowingConstructor &sum ) { return static_cast<double>(sum.m_cnt);… in get() function
/oneTBB/python/tbb/
H A Dpool.py337 def get(self, timeout=None): member in ApplyResult
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp971 void get() { in get() function in CacheBinModel