type runtime.lfstack
8 uses
runtime (current package)
lfstack.go#L23: type lfstack uint64
lfstack.go#L25: func (head *lfstack) push(node *lfnode) {
lfstack.go#L41: func (head *lfstack) pop() unsafe.Pointer {
lfstack.go#L55: func (head *lfstack) empty() bool {
mgc.go#L1010: full lfstack // lock-free list of full blocks workbuf
mgc.go#L1011: empty lfstack // lock-free list of empty blocks workbuf
mspanset.go#L277: stack lfstack
runtime2.go#L1085: gcBgMarkWorkerPool lfstack
![]() |
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. |