Home
last modified time | relevance | path

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

/oneTBB/.github/workflows/
H A Dissue_labeler.yml35 sync-labels: 1
/oneTBB/cmake/android/
H A Denvironment.cmake30 …execute_process(COMMAND ${adb_executable} push --sync ${data_path} ${ANDROID_DEVICE_TESTING_DIRECT…
/oneTBB/src/tbbmalloc/
H A Dbackend.h169 FreeBlock *getFromBin(int binIdx, BackendSync *sync, size_t size,
172 FreeBlock *findBlock(int nativeBin, BackendSync *sync, size_t size,
H A Dbackend.cpp386 FreeBlock *Backend::IndexedBins::getFromBin(int binIdx, BackendSync *sync, size_t size, in getFromBin() argument
433 sync->blockConsumed(); in getFromBin()
762 FreeBlock *Backend::IndexedBins::findBlock(int nativeBin, BackendSync *sync, size_t size, in findBlock() argument
766 …if (FreeBlock *block = getFromBin(i, sync, size, needAlignedBlock, alignedBin, /*wait=*/false, num… in findBlock()