Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_used_by_lib.cpp90 static utils::SpinBarrier startBarr, endBarr; member
102 startBarr.wait(); in operator ()()
108 utils::SpinBarrier RunWithLoad::startBarr{}, RunWithLoad::endBarr{};
115 RunWithLoad::startBarr.initialize(threads); in ThreadsLoadUnload()