| /oneTBB/test/conformance/ |
| H A D | conformance_flowgraph.h | 133 std::size_t operator()(T v) { in operator() function 137 std::size_t operator()(seq_message msg) { in operator() function 149 OutputType operator()( OutputType argument ) { in operator() function 157 OutputType operator()( InputType& ) { in operator() function 190 OutputType operator()( InputType ) { in operator() function 223 OutputType operator()( InputType ) { in operator() function 242 void operator()( InputType, std::tuple<T, T>& ) {} in operator() function 264 InputType operator()( InputType ) { in operator() function 310 int operator()( int ) { in operator() function 359 OutputType operator()( InputType ) { in operator() function [all …]
|
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 46 struct CopyAssignable { CopyAssignable& operator=( const CopyAssignable& ) = default; }; member 47 struct NonCopyAssignable { NonCopyAssignable& operator=( const NonCopyAssignable& ) = delete; }; member 59 … BlockedRangeValue& operator=( const BlockedRangeValue& ) requires EnableCopyAssignment = default; member 139 void operator()( Range& ) const requires (EnableFunctionCallOperator == State::correct) {} in operator() function 140 void operator()( Range& ) requires (EnableFunctionCallOperator == State::incorrect_constness) {} in operator() function 155 void operator()( Index ) const requires (EnableFunctionCallOperator == State::correct) {} in operator() function 156 void operator()( Index ) requires (EnableFunctionCallOperator == State::incorrect_constness) {} in operator() function 171 ParallelForIndex& operator=( const ParallelForIndex& ) requires EnableCopyAssign = default; member 214 void operator()( const T& ) const requires (EnableFunctionCallOperator == State::correct) {} in operator() function 243 ParallelSortValue& operator=(ParallelSortValue&&) requires MoveAssignableV = default; member [all …]
|
| H A D | parallel_for_each_common.h | 41 value_t& operator=(const value_t&); variable 63 void operator()(value_t depth) const { in operator() function 70 void operator()(value_t& depth) const { in operator() function 77 void operator()(const value_t& depth) const { in operator() function 84 void operator()(volatile value_t& depth, tbb::feeder<value_t>&) const { in operator() function 91 void operator()(value_t&& depth ) const { in operator() function 109 void operator()(value_t depth, tbb::feeder<value_t>& feeder) const { in operator() function 124 void operator()(value_t& depth, tbb::feeder<value_t>& feeder) const { in operator() function 159 void operator()(value_t&& depth, tbb::feeder<value_t>& feeder) const { in operator() function 316 void operator()(std::size_t& in) const { ++in; ++task_counter;} in operator() function [all …]
|
| H A D | spin_barrier.h | 83 void operator()( const std::atomic<T>& location, U value ) const { in operator() function 101 void operator() () const {} in operator() function 103 void operator()( const T&, U) const {} in operator() function 108 SpinBarrier& operator=( const SpinBarrier& ) = delete; // no assignment variable
|
| H A D | range_based_for_support.h | 48 T operator()( const T& lhs, const T& rhs ) { in operator() function 53 U operator()( const U& lhs, const std::pair<T, U>& rhs ) { in operator() function 60 …second_type operator() (second_type const& lhs, std::pair<first_type, second_type> const& rhs) con… in operator() function
|
| H A D | dummy_body.h | 33 void operator()( int ) const { in operator() function 36 void operator()() const { in operator() function
|
| H A D | concurrent_priority_queue_common.h | 190 bool operator()( const T& t1, const T& t2 ) { in operator() function 195 bool operator()( const std::weak_ptr<T>& t1, const std::weak_ptr<T>& t2 ) { in operator() function 252 FillBody& operator=( const FillBody& ) = delete; variable 257 void operator()( const std::size_t thread_id ) const { in operator() function 275 EmptyBody& operator=( const EmptyBody& ) = delete; member 280 void operator()( const std::size_t ) const { in operator() function 299 FloggerBody& operator=( const FloggerBody& ) = delete; variable 304 void operator()( const std::size_t thread_id ) const { in operator() function
|
| H A D | containers_common.h | 62 NonMovableObject& operator=( const NonMovableObject& ) = delete; member 63 NonMovableObject& operator=( NonMovableObject&& ) = delete; member
|
| H A D | state_trackable.h | 155 bool operator()( const StateTrackable<allow_zero_initialized>& f ) { in operator() function 161 bool operator()( const std::pair<T, U>& p ) { in operator() function 169 bool operator()( const StateTrackable<allow_zero_initialized>& f ) { in operator() function 174 bool operator()( const std::pair<T, U>& p ) { in operator() function
|
| H A D | concurrent_lru_cache_common.h | 58 ValueType operator()(KeyType) const { return my_ref_to_original; } in operator() function 72 ValueType& operator()(KeyType k) { in operator() function 91 const value_type& operator()(key_type k) const { in operator() function 154 preset_base& operator=(const preset_base&) = delete; member 155 preset_base& operator=(preset_base&&) = delete; member
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _hash_compare.h | 38 std::size_t operator()( const Key& key ) const { in operator() function 42 bool operator()( const Key& key1, const Key& key2 ) const { in operator() function 47 std::size_t operator()( const K& key ) const { in operator() function 52 bool operator()( const K1& key1, const K2& key2 ) const { in operator() function
|
| H A D | _scoped_lock.h | 41 unique_scoped_lock& operator=(const unique_scoped_lock&) = delete; variable 98 rw_scoped_lock& operator=(const rw_scoped_lock&) = delete; variable
|
| H A D | _task_handle.h | 66 void operator()(task_handle_task* p){ p->finalize(); } in operator() function 74 task_handle& operator=(task_handle&&) = default; variable
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | null_rw_mutex.h | 41 null_rw_mutex& operator=(const null_rw_mutex&) = delete; variable 55 scoped_lock& operator=(const scoped_lock&) = delete; variable
|
| H A D | null_mutex.h | 41 null_mutex& operator=(const null_mutex&) = delete; variable 55 scoped_lock& operator=(const scoped_lock&) = delete; variable
|
| H A D | parallel_sort.h | 113 void operator=( const quick_sort_range& ) = delete; variable 144 void operator=( const quick_sort_pretest_body& ) = delete; variable 148 void operator()( const blocked_range<RandomAccessIterator>& range ) const { in operator() function 169 void operator()( const quick_sort_range<RandomAccessIterator,Compare>& range ) const { in operator() function
|
| H A D | queuing_mutex.h | 43 queuing_mutex& operator=(const queuing_mutex&) = delete; variable 71 scoped_lock& operator=( const scoped_lock& ) = delete; variable
|
| H A D | queuing_rw_mutex.h | 56 queuing_rw_mutex& operator=(const queuing_rw_mutex&) = delete; variable 93 scoped_lock& operator=(const scoped_lock&) = delete; variable
|
| H A D | mutex.h | 43 mutex& operator=(const mutex&) = delete; variable
|
| H A D | concurrent_set.h | 86 concurrent_set& operator=( const concurrent_set& ) = default; variable 87 concurrent_set& operator=( concurrent_set&& ) = default; variable 187 concurrent_multiset& operator=( const concurrent_multiset& ) = default; variable 188 concurrent_multiset& operator=( concurrent_multiset&& ) = default; variable
|
| H A D | concurrent_map.h | 48 bool operator()(const value_type& lhs, const value_type& rhs) const { in operator() function 103 concurrent_map& operator=( const concurrent_map& ) = default; variable 104 concurrent_map& operator=( concurrent_map&& ) = default; variable 254 concurrent_multimap& operator=( const concurrent_multimap& ) = default; variable 255 concurrent_multimap& operator=( concurrent_multimap&& ) = default; variable
|
| /oneTBB/test/tbb/ |
| H A D | test_join_node.h | 62 K operator()(const int indx) { in operator() function
|
| /oneTBB/src/tbb/ |
| H A D | threading_control_client.h | 33 threading_control_client& operator=(const threading_control_client&) = default; variable
|
| H A D | task_stream.h | 82 unsigned operator()( unsigned out_of ) const { in operator() function 103 unsigned operator()( unsigned out_of ) const { in operator() function 111 unsigned operator()( unsigned out_of ) const { in operator() function
|
| /oneTBB/python/tbb/ |
| H A D | api.i | 55 void operator()() const { in operator() function 71 void operator()() const { in operator() function
|