Home | History | Annotate | Download | only in atomic

Lines Matching refs:ack

1210 	ack := [2][3]int32{{-1, -1, -1}, {-1, -1, -1}}
1217 StoreInt32(&ack[me][i%3], my)
1218 for w := 1; LoadInt32(&ack[he][i%3]) == -1; w++ {
1223 his := LoadInt32(&ack[he][i%3])
1232 StoreInt32(&ack[me][(i-1)%3], -1)
1255 ack := [2][3]int64{{-1, -1, -1}, {-1, -1, -1}}
1262 StoreInt64(&ack[me][i%3], my)
1263 for w := 1; LoadInt64(&ack[he][i%3]) == -1; w++ {
1268 his := LoadInt64(&ack[he][i%3])
1277 StoreInt64(&ack[me][(i-1)%3], -1)