Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 174 for proc (0.17 sec)

  1. src/runtime/syscall_windows.go

    	index map[winCallbackKey]int
    	n     int
    }
    
    func cbsLock() {
    	lock(&cbs.lock)
    	// compileCallback is used by goenvs prior to completion of schedinit.
    	// raceacquire involves a racecallback to get the proc, which is not
    	// safe prior to scheduler initialization. Thus avoid instrumentation
    	// until then.
    	if raceenabled && mainStarted {
    		raceacquire(unsafe.Pointer(&cbs.lock))
    	}
    }
    
    func cbsUnlock() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  2. pkg/volume/fc/fc.go

    	// corruption.
    	paths, err := util.GetReliableMountRefs(mounter, mountPath)
    	if io.IsInconsistentReadError(err) {
    		klog.Errorf("Failed to read mount refs from /proc/mounts for %s: %s", mountPath, err)
    		klog.Errorf("Kubelet cannot unmount volume at %s, please unmount it manually", mountPath)
    		return volume.ReconstructedVolume{}, err
    	}
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  3. pkg/volume/iscsi/iscsi.go

    	// corruption.
    	paths, err := ioutil.GetReliableMountRefs(mounter, mountPath)
    	if io.IsInconsistentReadError(err) {
    		klog.Errorf("Failed to read mount refs from /proc/mounts for %s: %s", mountPath, err)
    		klog.Errorf("Kubelet cannot unmount volume at %s, please unmount it and all mounts of the same device manually.", mountPath)
    		return volume.ReconstructedVolume{}, err
    	}
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	ZOSDSFS_SUPER_MAGIC             = 0x44534653 // zOS DSFS
    	NFS_SUPER_MAGIC                 = 0x6969     // NFS
    	NSFS_MAGIC                      = 0x6e736673 // PROCNS
    	PROC_SUPER_MAGIC                = 0x9fa0     // proc FS
    	ZOSTFS_SUPER_MAGIC              = 0x544653   // zOS TFS
    	ZOSUFS_SUPER_MAGIC              = 0x554653   // zOS UFS
    	ZOSZFS_SUPER_MAGIC              = 0x5A4653   // zOS ZFS
    	MTM_RDONLY                      = 0x80000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  5. src/os/file.go

    		if int64(int(size64)) == size64 {
    			size = int(size64)
    		}
    	}
    	size++ // one byte for final read at EOF
    
    	// If a file claims a small size, read at least 512 bytes.
    	// In particular, files in Linux's /proc claim size 0 but
    	// then do not work right if read in small pieces,
    	// so an initial read of 1 byte would not work correctly.
    	if size < 512 {
    		size = 512
    	}
    
    	data := make([]byte, 0, size)
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 23:07:37 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/debug_test.go

    	s.atLineRe = regexp.MustCompile("(^|\n)([0-9]+)(.*)")
    	s.funcFileLinePCre = regexp.MustCompile(
    		"([^ ]+) [(][^)]*[)][ \\t\\n]+at ([^:]+):([0-9]+)")
    	// runtime.main () at /Users/drchase/GoogleDrive/work/go/src/runtime/proc.go:201
    	//                                    function              file    line
    	// Thread 2 hit Breakpoint 1, main.main () at /Users/drchase/GoogleDrive/work/debug/hist.go:18
    	s.ioState = newIoState(s.cmd)
    	return s
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:11:47 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  7. src/syscall/syscall_linux.go

    	munmap: munmap,
    }
    
    func Mmap(fd int, offset int64, length int, prot int, flags int) (data []byte, err error) {
    	return mapper.Mmap(fd, offset, length, prot, flags)
    }
    
    func Munmap(b []byte) (err error) {
    	return mapper.Munmap(b)
    }
    
    //sys	Madvise(b []byte, advice int) (err error)
    //sys	Mprotect(b []byte, prot int) (err error)
    //sys	Mlock(b []byte) (err error)
    //sys	Munlock(b []byte) (err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  8. src/os/exec/exec_test.go

    	var stdout, stderr strings.Builder
    	c.Stdout = &stdout
    	c.Stderr = &stderr
    	c.ExtraFiles = []*os.File{tf}
    	if runtime.GOOS == "illumos" {
    		// Some facilities in illumos are implemented via access
    		// to /proc by libc; such accesses can briefly occupy a
    		// low-numbered fd.  If this occurs concurrently with the
    		// test that checks for leaked descriptors, the check can
    		// become confused and report a spurious leaked descriptor.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 48.4K bytes
    - Viewed (0)
  9. src/internal/trace/testdata/tests/go122-annotations-stress.test

    String id=131
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/time.go"
    String id=132
    	data="runtime.startTheWorld"
    String id=133
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/proc.go"
    String id=134
    	data="runtime.StartTrace"
    String id=135
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace2.go"
    String id=136
    	data="runtime.(*traceAdvancerState).start.func1"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 38.3K bytes
    - Viewed (0)
  10. testing/integ-test/src/integTest/groovy/org/gradle/integtests/TaskErrorExecutionIntegrationTest.groovy

                allprojects { task someTask }
            """
    
            when:
            fails "prog:someTask"
    
            then:
            failure.assertHasDescription("Cannot locate tasks that match 'prog:someTask' as project 'prog' not found in root project 'test'. Some candidates are: 'projA', 'projB'.")
            failure.assertHasResolutions(
                LIST_OF_PROJECTS,
                NAME_EXPANSION,
                INFO_DEBUG,
                SCAN,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 12.5K bytes
    - Viewed (0)
Back to top