Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkPidfd (0.34 sec)

  1. src/os/pidfd_linux.go

    	return convertESRCH(unix.PidFDSendSignal(handle, s))
    }
    
    func pidfdWorks() bool {
    	return checkPidfdOnce() == nil
    }
    
    var checkPidfdOnce = sync.OnceValue(checkPidfd)
    
    // checkPidfd checks whether all required pidfd-related syscalls work.
    // This consists of pidfd_open and pidfd_send_signal syscalls, and waitid
    // syscall with idtype of P_PIDFD.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 18:08:44 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top