Home
last modified time | relevance | path

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

/dports/devel/onetbb/oneTBB-2021.4.0/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp890 TLSData *tlsCurr = defaultMemPool->getTLS(/*create=*/false); in operator ()() local
891 if (tlsCurr) { in operator ()()
893 REQUIRE_MESSAGE(!(tlsCurr->bin[i].activeBlk), "Some bin was not cleaned."); in operator ()()
895 …REQUIRE_MESSAGE(!(tlsCurr->lloc.head.load(std::memory_order_relaxed)), "Local LOC was not cleaned.… in operator ()()
896 …REQUIRE_MESSAGE(!(tlsCurr->freeSlabBlocks.head.load(std::memory_order_relaxed)), "Free Block pool … in operator ()()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_malloc_whitebox.cpp847 TLSData *tlsCurr = defaultMemPool->getTLS(/*create=*/false); in operator ()() local
849 ASSERT(!(tlsCurr->bin[i].activeBlk), "Some bin was not cleaned."); in operator ()()
851 ASSERT(!(tlsCurr->lloc.head), "Local LOC was not cleaned."); in operator ()()
852 ASSERT(!(tlsCurr->freeSlabBlocks.head), "Free Block pool was not cleaned."); in operator ()()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_malloc_whitebox.cpp847 TLSData *tlsCurr = defaultMemPool->getTLS(/*create=*/false); in operator ()() local
849 ASSERT(!(tlsCurr->bin[i].activeBlk), "Some bin was not cleaned."); in operator ()()
851 ASSERT(!(tlsCurr->lloc.head), "Local LOC was not cleaned."); in operator ()()
852 ASSERT(!(tlsCurr->freeSlabBlocks.head), "Free Block pool was not cleaned."); in operator ()()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_malloc_whitebox.cpp847 TLSData *tlsCurr = defaultMemPool->getTLS(/*create=*/false); in operator ()() local
849 ASSERT(!(tlsCurr->bin[i].activeBlk), "Some bin was not cleaned."); in operator ()()
851 ASSERT(!(tlsCurr->lloc.head), "Local LOC was not cleaned."); in operator ()()
852 ASSERT(!(tlsCurr->freeSlabBlocks.head), "Free Block pool was not cleaned."); in operator ()()