Searched refs:bthr (Results 1 – 1 of 1) sorted by relevance
138 kmp_info_t *bthr; /* The thread which owns the buffer pool */ member301 KMP_DEBUG_ASSERT(((kmp_uintptr_t)TCR_PTR(b->bh.bb.bthr) & ~1) == in __kmp_bget_dequeue()322 KMP_DEBUG_ASSERT(((kmp_uintptr_t)TCR_PTR(b->bh.bb.bthr) & ~1) == in __kmp_bget_enqueue()514 TCW_PTR(ba->bb.bthr, in bget()548 TCW_PTR(ba->bb.bthr, th); // not an allocated address (do not mark) in bget()595 TCW_PTR(bdh->bh.bb.bthr, th); // don't mark buffer as allocated, in bget()732 bth = (kmp_info_t *)((kmp_uintptr_t)TCR_PTR(b->bh.bb.bthr) & in brel()919 TCW_PTR(b->bh.bb.bthr, in bpool()2299 if ((kmp_uintptr_t)b->bh.bb.bthr & 1) { // the buffer is allocated address in __kmp_free_fast_memory()