sync.WaitGroup.state1 (field)
6 uses
sync (current package)
waitgroup.go#L28: state1 [3]uint32
waitgroup.go#L33: if uintptr(unsafe.Pointer(&wg.state1))%8 == 0 {
waitgroup.go#L34: return (*uint64)(unsafe.Pointer(&wg.state1)), &wg.state1[2]
waitgroup.go#L36: return (*uint64)(unsafe.Pointer(&wg.state1[1])), &wg.state1[0]
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |