Home | History | Annotate | Download | only in chan

Lines Matching refs:sync

80 	var sync = make(chan bool)
112 go i32receiver(c32, sync)
128 <-sync
130 go i32sender(c32, sync)
132 <-sync
153 <-sync
156 go i64receiver(c64, sync)
171 <-sync
173 go i64sender(c64, sync)
175 <-sync
195 <-sync
198 go breceiver(cb, sync)
213 <-sync
215 go bsender(cb, sync)
217 <-sync
237 <-sync
240 go sreceiver(cs, sync)
255 <-sync
257 go ssender(cs, sync)
259 <-sync
279 <-sync