Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 9 of 9) sorted by relevance

/oneTBB/test/common/
H A Dcontainer_move_support.h180 Foo( const Foo& foo ) : state_trackable_type(foo) { in Foo() argument
181 my_bar = foo.my_bar; in Foo()
183 my_serial = foo.my_serial; in Foo()
184 my_thread_id = foo.my_thread_id; in Foo()
187 Foo( Foo&& foo ) : state_trackable_type(std::move(foo)) { in Foo() argument
188 my_bar = foo.my_bar; in Foo()
189 my_serial = foo.my_serial; in Foo()
190 my_thread_id = foo.my_thread_id; in Foo()
323 FooWithAssign foo; variable
324 foo.bar() = x_bar;
[all …]
/oneTBB/test/tbb/
H A Dtest_concurrent_lru_cache.cpp131 auto foo = [] (int) { in __anoncd5487920202() variable
134 using cache_type = tbb::concurrent_lru_cache<int, utils::LifeTrackableObject, decltype(foo)>;
135 cache_type cache{foo, 0};
H A Dtest_parallel_for.cpp73 ClassWithVectorType foo(i); in TestVectorTypes() local
74 Array1[i] = foo; in TestVectorTypes()
78 ClassWithVectorType foo(i); in TestVectorTypes() local
79 CHECK( Array2[i]==foo ) ; in TestVectorTypes()
H A Dtest_concurrent_queue.cpp89 ClassWithVectorType foo = *ci; in TestVectorTypes() local
H A Dtest_concurrent_vector.cpp124 ClassWithVectorType foo(i); in TestVectorTypes() local
125 v.push_back(foo); in TestVectorTypes()
/oneTBB/doc/main/tbb_userguide/
H A DLambda_Expressions.rst64 - \ ``icl /Qstd=c++11 foo.cpp``
65 - \ ``icx /Qstd=c++11 foo.cpp``
67 - \ ``icc -std=c++11 foo.cpp``
68 - \ ``icx -std=c++11 foo.cpp``
H A DLinux_C_Dynamic_Memory_Interface_Replacement.rst73 g++ foo.o bar.o -ltbbmalloc_proxy -o a.out
/oneTBB/test/conformance/
H A Dconformance_concurrent_lru_cache.cpp87 preset1::handle_type foo = cache["bar"]; variable
/oneTBB/cmake/
H A DREADME.md236 add_executable(foo foo.cpp)
238 target_link_libraries(foo TBB::tbb)