Home
last modified time | relevance | path

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

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/
H A DStatistics.h30 freeByOtherThread, enumerator
110 fprintf(outfile, ", freedByOther %10d", ctrs.counter[freeByOtherThread]); in STAT_print()
H A Dfrontend.cpp1424 STAT_increment(ownerTid, getIndex(objectSize), freeByOtherThread); in freePublicObject()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/
H A DStatistics.h34 freeByOtherThread, enumerator
114 fprintf(outfile, ", freedByOther %10d", ctrs.counter[freeByOtherThread]); in STAT_print()
H A Dfrontend.cpp1369 STAT_increment(ownerTid, getIndex(objectSize), freeByOtherThread); in freePublicObject()
/dports/devel/tbb/oneTBB-2020.3/src/tbbmalloc/
H A DStatistics.h30 freeByOtherThread, enumerator
110 fprintf(outfile, ", freedByOther %10d", ctrs.counter[freeByOtherThread]); in STAT_print()
H A Dfrontend.cpp1424 STAT_increment(ownerTid, getIndex(objectSize), freeByOtherThread); in freePublicObject()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbbmalloc/
H A DStatistics.h30 freeByOtherThread, enumerator
110 fprintf(outfile, ", freedByOther %10d", ctrs.counter[freeByOtherThread]); in STAT_print()
H A Dfrontend.cpp1424 STAT_increment(ownerTid, getIndex(objectSize), freeByOtherThread); in freePublicObject()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbmalloc/
H A DStatistics.h30 freeByOtherThread, enumerator
110 fprintf(outfile, ", freedByOther %10d", ctrs.counter[freeByOtherThread]); in STAT_print()
H A Dfrontend.cpp1444 … STAT_increment(ownerTid.load(std::memory_order_relaxed), getIndex(objectSize), freeByOtherThread); in freePublicObject()