GoPLS Viewer
Home|
gopls
/
go
/
ssa
/
testdata
/
src
/
sync
/
sync.go
1
package
sync
2
3
type
Mutex
struct{}
4
5
func (
m
*
Mutex
)
Lock
()
6
func (
m
*
Mutex
)
Unlock
()
7
8
type
WaitGroup
struct{}
9
10
func (
wg
*
WaitGroup
)
Add
(
delta
int
)
11
func (
wg
*
WaitGroup
)
Done
()
12
func (
wg
*
WaitGroup
)
Wait
()
13
Members
X
WaitGroup.Done.wg
WaitGroup.Wait.wg
Mutex.Lock
Mutex.Unlock.m
Mutex.Unlock
WaitGroup
WaitGroup.Add
WaitGroup.Add.delta
Mutex
Mutex.Lock.m
WaitGroup.Add.wg
WaitGroup.Done
WaitGroup.Wait
Members
X