Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_alloc.cpp173 long numpget, numprel; /* Number of block gets and rels */ member
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
894 thr->numpget++; /* Number of block acquisitions */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
952 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()