Home
last modified time | relevance | path

Searched defs:check (Results 1 – 22 of 22) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_set.cpp71 void check( const std::list<ValueType>& lst ) { in check() function
H A Dtest_concurrent_set.cpp65 void check( const std::list<ValueType>& lst ) { in check() function
H A Dtest_concurrent_unordered_map.cpp87 void check( const std::list<ValueType>& lst ) { in check() function
H A Dtest_concurrent_map.cpp80 void check( const std::list<ValueType>& lst ) { in check() function
H A Dtest_flow_graph_whitebox.cpp452 static void check(Decrementer&) {} in check() function
461 static void check(Decrementer& decrementer) { in check() function
H A Dtest_parallel_pipeline.cpp349 … bool check = pointer_specialized_calls == max_counter && // input filter extra invocation in checkCounters() local
358 bool check = pointer_specialized_calls == max_counter && in checkCounters() local
H A Dtest_buffer_node.cpp82 bool check( T v ) { in check() function
H A Dtest_queue_node.cpp111 bool check( int tid, T v ) { in check() function
H A Dtest_async_node.cpp84 static void check(const T1 &, const T2 &) { } in check() function
90 static void check(const place_wrapper<T1> &a, const place_wrapper<T2> &b) { in check() function
H A Dtest_sequencer_node.cpp98 bool check( int tid, T v ) { in check() function
H A Dtest_task_group.cpp1073 auto check = [&] { in run_cancellation_use_case() local
H A Dtest_task_arena.cpp1242 void check() { in check() function in TestReturnValueNS::ReturnType
/oneTBB/test/conformance/
H A Dconformance_sequencer_node.cpp180 …function_node<test_invoke::SmartID<std::size_t>, std::size_t> check(g, serial, [&](const test_invo… in __anona3025c380602() variable
H A Dconformance_flowgraph.h245 static bool check = false; in operator() local
372 static bool check = false; in operator() local
394 static bool check = false; in operator() local
H A Dconformance_task_group.cpp228 auto check = [&] { in run_cancellation_use_case() local
H A Dconformance_enumerable_thread_specific.cpp860 void ets_copy_assign_test( InitSrc init1, InitDst init2, Validator check, const char *allocator_nam… in ets_copy_assign_test()
/oneTBB/src/tbb/
H A Drml_thread_monitor.h181 inline void thread_monitor::check( int error_code, const char* routine ) { in check() function
H A Dco_context.h159 inline void check(int error_code, const char* routine) { in check() function
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp91 void check() const { in check() function in AllocInfo
1030 void check() { in check() function in CacheBinModel
1149 void check() { in check() function in TestCollapsingMallocFree
1188 void check() { in check() function in TestCollapsingBootstrap
1554 void check(CleanupType type) { in check() function
H A Dtest_malloc_pools.cpp762 PoolIdentityCheck check(pools, objs); in TestPoolDetection() local
/oneTBB/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp188 void philosopher::check() { in check() function in philosopher
/oneTBB/test/common/
H A Ddoctest.h903 … bool check(const String& str) { return isContains ? (content == str) : (content.string == str); } in check() function