Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for lfdu (0.25 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    		OPVCC(41, 0, 0, 0), // lhzu
    		OPVCC(42, 0, 0, 0), // lha
    		OPVCC(43, 0, 0, 0), // lhau
    		OPVCC(46, 0, 0, 0), // lmw
    		OPVCC(48, 0, 0, 0), // lfs
    		OPVCC(49, 0, 0, 0), // lfsu
    		OPVCC(50, 0, 0, 0), // lfd
    		OPVCC(51, 0, 0, 0), // lfdu
    		OPVCC(36, 0, 0, 0), // stw
    		OPVCC(37, 0, 0, 0), // stwu
    		OPVCC(38, 0, 0, 0), // stb
    		OPVCC(39, 0, 0, 0), // stbu
    		OPVCC(44, 0, 0, 0), // sth
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. src/internal/poll/fd_windows_test.go

    	poll.InitWSA()
    }
    
    func findLoggedFD(h syscall.Handle) (lfd *loggedFD, found bool) {
    	logMu.Lock()
    	defer logMu.Unlock()
    
    	lfd, found = loggedFDs[h]
    	return lfd, found
    }
    
    // checkFileIsNotPartOfNetpoll verifies that f is not managed by netpoll.
    // It returns error, if check fails.
    func checkFileIsNotPartOfNetpoll(f *os.File) error {
    	lfd, found := findLoggedFD(syscall.Handle(f.Fd()))
    	if !found {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 14 08:33:36 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  3. go.sum

    github.com/container-storage-interface/spec v1.9.0 h1:zKtX4STsq31Knz3gciCYCi1SXtO2HJDecIjDVboYavY=
    github.com/container-storage-interface/spec v1.9.0/go.mod h1:ZfDu+3ZRyeVqxZM0Ds19MVLkN2d1XJ5MAfi1L3VjlT0=
    github.com/containerd/cgroups v1.0.1/go.mod h1:0SJrPIenamHDcZhEcJMNBB85rHcUsw4f25ZfBiPYRkU=
    github.com/containerd/cgroups v1.1.0 h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 93.1K bytes
    - Viewed (0)
Back to top