Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_alloc.cpp172 long numpblk; /* Number of pool blocks */ member
834 if (thr->numpblk != in brel()
851 thr->numpblk--; /* Total number of blocks */ in brel()
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
895 thr->numpblk++; /* Number of blocks total */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
951 (kmp_int64)thr->numrel, (kmp_int64)thr->numpblk, in bfreed()
1017 if (thr->relfcn != 0 && b != 0 && thr->numpblk != 0 && in __kmp_finalize_bget()
1031 thr->numpblk--; /* Total number of blocks */ in __kmp_finalize_bget()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()
[all …]