Home | History | Annotate | Download | only in runtime

Lines Matching full:xadd

1309 		decnwait := xadd(&work.nwait, -1)
1321 // gcDrain did the xadd(&work.nwait +1) to
1343 incnwait := xadd(&work.nwait, +1)
1713 if xadd(&work.ndone, +1) == nproc-1 {