Searched refs:sync (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/.github/workflows/ |
| H A D | issue_labeler.yml | 35 sync-labels: 1
|
| /oneTBB/cmake/android/ |
| H A D | environment.cmake | 30 …execute_process(COMMAND ${adb_executable} push --sync ${data_path} ${ANDROID_DEVICE_TESTING_DIRECT…
|
| /oneTBB/src/tbbmalloc/ |
| H A D | backend.h | 169 FreeBlock *getFromBin(int binIdx, BackendSync *sync, size_t size, 172 FreeBlock *findBlock(int nativeBin, BackendSync *sync, size_t size,
|
| H A D | backend.cpp | 386 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()
|