Home
last modified time | relevance | path

Searched defs:currBl (Results 1 – 5 of 5) sorted by relevance

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/
H A Dfrontend.cpp1656 for (Block *currBl = headToFree; currBl; currBl = helper) { in returnBlock() local
1674 for (Block *currBl=(Block*)AtomicFetchStore(&head, 0); currBl; currBl=helper) { in externalCleanup() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/
H A Dfrontend.cpp1599 for (Block *currBl = headToFree; currBl; currBl = helper) { in returnBlock() local
1617 for (Block *currBl=(Block*)AtomicFetchStore(&head, 0); currBl; currBl=helper) { in externalCleanup() local
/dports/devel/tbb/oneTBB-2020.3/src/tbbmalloc/
H A Dfrontend.cpp1656 for (Block *currBl = headToFree; currBl; currBl = helper) { in returnBlock() local
1674 for (Block *currBl=(Block*)AtomicFetchStore(&head, 0); currBl; currBl=helper) { in externalCleanup() local
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbbmalloc/
H A Dfrontend.cpp1656 for (Block *currBl = headToFree; currBl; currBl = helper) { in returnBlock() local
1674 for (Block *currBl=(Block*)AtomicFetchStore(&head, 0); currBl; currBl=helper) { in externalCleanup() local
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbmalloc/
H A Dfrontend.cpp1678 for (Block *currBl = headToFree; currBl; currBl = helper) { in returnBlock() local
1696 for (Block *currBl=head.exchange(NULL); currBl; currBl=helper) { in externalCleanup() local