Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 58 for defBlock (0.23 sec)

  1. src/runtime/mgc.go

    	lock(&sched.deferlock)
    	// disconnect cached list before dropping it on the floor,
    	// so that a dangling ref to one entry does not pin all of them.
    	var d, dlink *_defer
    	for d = sched.deferpool; d != nil; d = dlink {
    		dlink = d.link
    		d.link = nil
    	}
    	sched.deferpool = nil
    	unlock(&sched.deferlock)
    }
    
    // Timing
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  2. src/syscall/zerrors_solaris_amd64.go

    	39:  "level 3 halted",
    	40:  "level 3 reset",
    	41:  "link number out of range",
    	42:  "protocol driver not attached",
    	43:  "no CSI structure available",
    	44:  "level 2 halted",
    	45:  "deadlock situation detected/avoided",
    	46:  "no record locks available",
    	47:  "operation canceled",
    	48:  "operation not supported",
    	49:  "disc quota exceeded",
    	50:  "bad exchange descriptor",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{41, "ELNRNG", "link number out of range"},
    	{42, "EUNATCH", "protocol driver not attached"},
    	{43, "ENOCSI", "no CSI structure available"},
    	{44, "EL2HLT", "level 2 halted"},
    	{45, "EDEADLK", "deadlock situation detected/avoided"},
    	{46, "ENOLCK", "no record locks available"},
    	{47, "ECANCELED", "operation canceled"},
    	{48, "ENOTSUP", "operation not supported"},
    	{49, "EDQUOT", "disc quota exceeded"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_mips.go

    	43:   "no CSI structure available",
    	44:   "level 2 halted",
    	45:   "resource deadlock avoided",
    	46:   "no locks available",
    	50:   "invalid exchange",
    	51:   "invalid request descriptor",
    	52:   "exchange full",
    	53:   "no anode",
    	54:   "invalid request code",
    	55:   "invalid slot",
    	56:   "file locking deadlock error",
    	59:   "bad font file format",
    	60:   "device not a stream",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_mips64.go

    	43:   "no CSI structure available",
    	44:   "level 2 halted",
    	45:   "resource deadlock avoided",
    	46:   "no locks available",
    	50:   "invalid exchange",
    	51:   "invalid request descriptor",
    	52:   "exchange full",
    	53:   "no anode",
    	54:   "invalid request code",
    	55:   "invalid slot",
    	56:   "file locking deadlock error",
    	59:   "bad font file format",
    	60:   "device not a stream",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_mips64le.go

    	43:   "no CSI structure available",
    	44:   "level 2 halted",
    	45:   "resource deadlock avoided",
    	46:   "no locks available",
    	50:   "invalid exchange",
    	51:   "invalid request descriptor",
    	52:   "exchange full",
    	53:   "no anode",
    	54:   "invalid request code",
    	55:   "invalid slot",
    	56:   "file locking deadlock error",
    	59:   "bad font file format",
    	60:   "device not a stream",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mipsle.go

    	43:   "no CSI structure available",
    	44:   "level 2 halted",
    	45:   "resource deadlock avoided",
    	46:   "no locks available",
    	50:   "invalid exchange",
    	51:   "invalid request descriptor",
    	52:   "exchange full",
    	53:   "no anode",
    	54:   "invalid request code",
    	55:   "invalid slot",
    	56:   "file locking deadlock error",
    	59:   "bad font file format",
    	60:   "device not a stream",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_ppc64.go

    	29:  "illegal seek",
    	30:  "read-only file system",
    	31:  "too many links",
    	32:  "broken pipe",
    	33:  "numerical argument out of domain",
    	34:  "numerical result out of range",
    	35:  "resource deadlock avoided",
    	36:  "file name too long",
    	37:  "no locks available",
    	38:  "function not implemented",
    	39:  "directory not empty",
    	40:  "too many levels of symbolic links",
    	42:  "no message of desired type",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_ppc64le.go

    	29:  "illegal seek",
    	30:  "read-only file system",
    	31:  "too many links",
    	32:  "broken pipe",
    	33:  "numerical argument out of domain",
    	34:  "numerical result out of range",
    	35:  "resource deadlock avoided",
    	36:  "file name too long",
    	37:  "no locks available",
    	38:  "function not implemented",
    	39:  "directory not empty",
    	40:  "too many levels of symbolic links",
    	42:  "no message of desired type",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    		pred.AllowWatchBookmarks,
    		c.groupResource,
    		identifier,
    	)
    
    	// note that c.waitUntilWatchCacheFreshAndForceAllEvents must be called without
    	// the c.watchCache.RLock held otherwise we are at risk of a deadlock
    	// mainly because c.watchCache.processEvent method won't be able to make progress
    	//
    	// moreover even though the c.waitUntilWatchCacheFreshAndForceAllEvents acquires a lock
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top