Home | History | Annotate | Download | only in trace

Lines Matching refs:sync

15 	"sync"
64 var mu sync.Mutex
70 var wg sync.WaitGroup
75 cv := sync.NewCond(&sync.Mutex{})
197 {"sync.(*Mutex).Lock", 0},
201 {"sync.(*Mutex).Unlock", 0},
206 {"sync.(*WaitGroup).Wait", 0},
210 {"sync.(*WaitGroup).Add", 0},
211 {"sync.(*WaitGroup).Done", 0},
216 {"sync.(*Cond).Wait", 0},
220 {"sync.(*Cond).Signal", 0},