Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/rts/sm/
H A DNonMoving.h165 … struct NonmovingSegment *current_filled = (struct NonmovingSegment*)VOLATILE_LOAD(&alloc->filled); in nonmovingPushFilledSegment() local
166 seg->link = current_filled; in nonmovingPushFilledSegment()
167 …cas((StgVolatilePtr) &alloc->filled, (StgWord) current_filled, (StgWord) seg) == (StgWord) current… in nonmovingPushFilledSegment()