const syscall.WCLONE
3 uses
syscall (current package)
exec_linux.go#L771: flags := uint(WCLONE)
exec_linux.go#L790: _, _, errno = Syscall6(SYS_WAITID, _P_PIDFD, uintptr(pidfd), 0, WEXITED | WCLONE, 0, 0)
zerrors_linux_amd64.go#L1171: WCLONE = 0x80000000
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |