Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 23 of 23) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_version.cpp28 const char* expected = "1.0"; variable
H A Dconformance_limiter_node.cpp122 int expected[] = {0, 2, 3, 4, 5, 6}; variable
H A Dconformance_parallel_for.cpp358 std::size_t expected = change_vector[i - 1] == 0 ? number_of_overloads : 0; in test_pfor_func_invoke() local
H A Dconformance_flowgraph.h31 constexpr int expected = 5; variable
H A Dconformance_concurrent_vector.cpp261 int expected = j<old_size ? j : 33; in TestResizeAndCopy() local
H A Dconformance_concurrent_queue.cpp715 int expected = int( nthread * ((M - 1) * M / 2) + ((prefill - 1) * prefill) / 2); in TestPushPop() local
/oneTBB/src/tbb/
H A Dqueuing_rw_mutex.cpp50 …static T* compare_exchange_strong( std::atomic<word>& obj, const T* expected, const T* desired, st… in compare_exchange_strong()
110 auto expected = RELEASED; in try_acquire_internal_lock() local
272 d1::queuing_rw_mutex::scoped_lock* expected = nullptr; in try_acquire() local
294 d1::queuing_rw_mutex::scoped_lock* expected = &s; in release() local
367 d1::queuing_rw_mutex::scoped_lock* expected = &s; in release() local
388 d1::queuing_rw_mutex::scoped_lock* expected = &s; in release() local
473 d1::queuing_rw_mutex::scoped_lock* expected = &s; in upgrade_to_writer() local
H A Darena_slot.h299 d1::task** expected = task_pool_ptr; in acquire_task_pool() local
337 d1::task** expected = victim_task_pool; in lock_task_pool() local
H A Dmailbox.h138 atomic_proxy_ptr* expected = &curr->next_in_mailbox; in internal_pop() local
H A Dprivate_server.cpp361 auto expected = my_slack.load(std::memory_order_relaxed); in try_insert_in_asleep_list() local
/oneTBB/test/common/
H A Dinitializer_list_support.h29 void test_ctor( std::initializer_list<ElementType> init, const ContainerType& expected ) { in test_ctor()
35 …est_assignment_operator( std::initializer_list<ElementType> init, const ContainerType& expected ) { in test_assignment_operator()
H A Dexception_handling.h149 intptr_t expected = 0; in ThrowTestException() local
157 intptr_t expected = 0; in ThrowTestException() local
H A Dtest_join_node_multiple_predecessors.h81 buffer_node<continue_msg>& bn3, queue_node_t& qn, bool expected) in run_and_check()
/oneTBB/include/oneapi/tbb/
H A Dcollaborative_call_once.h145 std::uintptr_t expected = runner_bits; in set_completion_state() local
157 std::uintptr_t expected = m_state.load(std::memory_order_acquire); in do_collaborative_call_once() local
H A Dqueuing_mutex.h106 scoped_lock* expected = nullptr; in try_acquire() local
127 scoped_lock* expected = this; in release() local
/oneTBB/test/tbb/
H A Dtest_parallel_reduce.cpp82 static const ValueType count, expected; member in ParallelSumTester
86 const ValueType ParallelSumTester::expected = count * (count + 1) / 2; member in ParallelSumTester
H A Dtest_openmp.cpp147 data_type expected[M+N], actual[M+N]; variable
H A Dtest_parallel_scan.cpp49 int expected = init + TriangularSum(finish_index); in VerifySum() local
H A Dtest_limiter_node.cpp392 int expected[] = {0, 2, 3, 4, 5, 6}; in test_decrementer() local
H A Dtest_eh_algorithms.cpp561 int expected = 1; // identity for multiplication in Validate() local
613 int expected = w.Validate(0); in TestCancelation3() local
H A Dtest_scheduler_mix.cpp183 std::uintptr_t expected = 0; in trySet() local
H A Dtest_task.cpp428 int expected = 1; in execute() local
/oneTBB/python/rml/
H A Dipc_server.cpp47 bool expected = false; in __RML_open_factory() local