Home | History | Annotate | Download | only in pprof

Lines Matching refs:sync

15 	sync := make(chan struct{})
25 sync <- struct{}{}
27 <-sync
39 sync <- struct{}{}
41 <-sync
53 sync <- struct{}{}
55 <-sync
70 sync := make(chan struct{})
76 sync <- struct{}{}
78 <-sync