Searched refs:old_this (Results 1 – 3 of 3) sorted by relevance
33 test old_this(*this); in swap() local44 assert(t.eback() == old_this.eback()); in swap()45 assert(t.gptr() == old_this.gptr()); in swap()46 assert(t.egptr() == old_this.egptr()); in swap()47 assert(t.pbase() == old_this.pbase()); in swap()48 assert(t.pptr() == old_this.pptr()); in swap()49 assert(t.epptr() == old_this.epptr()); in swap()50 assert(t.getloc() == old_this.getloc()); in swap()
735 kmp_int32 old_this = th->th.th_local.this_construct; in __kmp_enter_single() local741 if (team->t.t_construct == old_this) { in __kmp_enter_single()742 status = __kmp_atomic_compare_store_acq(&team->t.t_construct, old_this, in __kmp_enter_single()