Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_init_shutdown.cpp95 std::thread t2a; in Test2() local
96 TestFunc2b func2b(barr, t2a); in Test2()
98 t2a = std::thread(func2a, std::size_t(0)); in Test2()
105 if (t2a.joinable()) t2a.join(); in Test2()