Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_init_shutdown.cpp99 std::thread t2b(func2b, std::size_t(1)); in Test2() local
103 t2b.join(); // t2a is monitored by t2b in Test2()