| /oneTBB/test/tbb/ |
| H A D | test_join_node_key_matching.cpp | 104 …static constexpr bool value = multiple_arguments_initialization_helper<ArgCount - 1, IncorrectArgI… member 111 …static constexpr bool value = multiple_arguments_initialization_helper<ArgCount - 1, MAX_TUPLE_TES… member 118 static constexpr bool value = can_initialize_join_node<Args...>; member 125 …static constexpr bool value = multiple_arguments_initialization_helper<ArgCount, CurrentIncorrectI… member 133 …static constexpr bool value = multiple_arguments_initialization_helper<ArgCount, CurrentIncorrectI… member 140 …static constexpr bool value = incorrect_arg_index_iteration_helper<CurrentArgCount, /*StartIncorre… member 147 …static constexpr bool value = incorrect_arg_index_iteration_helper<MAX_TUPLE_TEST_SIZE, /*StartInc… member 155 …static constexpr bool value = join_node_correct_initialization_helper<CurrentArgCount - 1, Correct… member 160 static constexpr bool value = can_initialize_join_node<Args...>; member 165 …static constexpr bool value = join_node_correct_initialization_helper<CurrentArgCount, CorrectT>::… member [all …]
|
| H A D | test_mutex.h | 34 long value; member 57 long value[N]; member
|
| H A D | test_priority_queue_node.cpp | 42 void spin_try_get( tbb::flow::priority_queue_node<T> &q, T &value ) { in spin_try_get() 47 void check_item( T* next_value, T &value ) { in check_item()
|
| /oneTBB/test/common/ |
| H A D | node_handling_support.h | 32 … Handle& node, const std::pair<typename Handle::key_type, typename Handle::mapped_type>& value ) { in compare_handle_getters() 37 bool compare_handle_getters( const Handle& node, const typename Handle::value_type& value ) { in compare_handle_getters() 42 …( Handle& node, const std::pair<typename Handle::key_type, typename Handle::mapped_type>& value ) { in set_node_handle_value() 48 void set_node_handle_value( Handle& node, const typename Handle::value_type& value ) { in set_node_handle_value() 148 typename Container::node_type generate_node_handle( const typename Container::value_type& value ) { in generate_node_handle() 203 void test_insert_overloads(Container& table_to_insert, const typename Container::value_type& value,… in test_insert_overloads() 237 void test_insert( Container table, const typename Container::value_type& value ) { in test_insert()
|
| H A D | spin_barrier.h | 66 void SpinWaitWhileEq(const std::atomic<T>& location, const U value) { in SpinWaitWhileEq() 73 void SpinWaitUntilEq(const std::atomic<T>& location, const U value) { in SpinWaitUntilEq()
|
| H A D | vector_types.h | 90 Mvec value[1]; in init() local
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_priority_queue.h | 173 void push( const value_type& value ) { in push() 181 void push( value_type&& value ) { in push() 199 bool try_pop( value_type& value ) { in try_pop() 237 cpq_operation( const value_type& value, operation_type t ) in cpq_operation() 383 void push_back_helper( const T& value ) { in push_back_helper() 387 void push_back_helper_impl( const T& value, /*is_copy_constructible = */std::true_type ) { in push_back_helper_impl()
|
| H A D | concurrent_queue.h | 187 void push(const T& value) { in push() 191 void push(T&& value) { in push() 466 void push( const T& value ) { in push() 470 void push( T&& value ) { in push() 477 bool try_push( const T& value ) { in try_push() 481 bool try_push( T&& value ) { in try_push()
|
| H A D | concurrent_unordered_map.h | 130 std::pair<iterator, bool>>::type insert( P&& value ) { in insert() 136 iterator>::type insert( const_iterator hint, P&& value ) { in insert() 291 std::pair<iterator, bool>>::type insert( P&& value ) { in insert() 297 iterator>::type insert( const_iterator hint, P&& value ) { in insert()
|
| H A D | concurrent_map.h | 147 std::pair<iterator, bool>>::type insert( P&& value ) in insert() 154 iterator>::type insert( const_iterator hint, P&& value ) in insert() 264 std::pair<iterator, bool>>::type insert( P&& value ) in insert() 271 iterator>::type insert( const_iterator hint, P&& value ) in insert()
|
| H A D | global_control.h | 63 global_control(parameter p, std::size_t value) : in global_control()
|
| /oneTBB/src/tbbmalloc/ |
| H A D | Synchronize.h | 78 inline void SpinWaitWhileEq(const std::atomic<intptr_t>& location, const intptr_t value) { in SpinWaitWhileEq() 84 inline void SpinWaitUntilEq(const std::atomic<intptr_t>& location, const intptr_t value) { in SpinWaitUntilEq()
|
| H A D | shared_utils.h | 58 struct Log2 { static const int value = 1 + Log2<(NUM >> 1)>::value; }; member
|
| /oneTBB/src/tbb/ |
| H A D | tls.h | 44 void set( T value ) { pthread_setspecific(my_key, (void*)value); } in set()
|
| H A D | mailbox.h | 230 void set_is_idle( bool value ) { in set_is_idle() 237 bool is_idle_state ( bool value ) const { in is_idle_state()
|
| H A D | queuing_rw_mutex.cpp | 46 static T* exchange( std::atomic<word>& location, T* value, std::memory_order memory_order ) { in exchange() 56 … static void store( std::atomic<word>& location, const T* value, std::memory_order memory_order ) { in store() 64 static void spin_wait_while_eq(const std::atomic<word>& location, const T* value) { in spin_wait_while_eq()
|
| /oneTBB/python/rml/ |
| H A D | ipc_utils.cpp | 111 char* value = getenv( env_var ); in get_num_threads() local 125 char* value = getenv( env_var ); in get_enable_flag() local
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _waitable_atomic.h | 47 explicit waitable_atomic(T value) : my_atomic(value) {} in waitable_atomic()
|
| H A D | _pipeline_filters.h | 143 template<typename T> struct tbb_trivially_copyable { enum { value = false }; }; enumerator
|
| /oneTBB/examples/parallel_for_each/parallel_preorder/ |
| H A D | Graph.hpp | 52 value_type value; member in Cell
|
| /oneTBB/test/conformance/ |
| H A D | conformance_indexer_node.cpp | 51 for(auto& value : values){ variable
|
| H A D | conformance_concurrent_lru_cache.cpp | 46 int value = h.value(); variable
|
| H A D | conformance_parallel_pipeline.cpp | 319 [&order_checker](int value) 320 { in __anon5895f2ca0e02() 352 { in __anon5895f2ca1002()
|
| H A D | conformance_blocked_range.cpp | 33 int value; member in AbstractValueType
|
| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 59 static bool value() { in value() function 65 static bool value() { in value() function 139 std::string value() const /*override*/ { in value() function in utility::internal::type_impl 174 std::string value() const { in value() function in utility::internal::argument
|