Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 99 for alocale (0.18 sec)

  1. src/syscall/zerrors_linux_mips.go

    	7:    "argument list too long",
    	8:    "exec format error",
    	9:    "bad file descriptor",
    	10:   "no child processes",
    	11:   "resource temporarily unavailable",
    	12:   "cannot allocate memory",
    	13:   "permission denied",
    	14:   "bad address",
    	15:   "block device required",
    	16:   "device or resource busy",
    	17:   "file exists",
    	18:   "invalid cross-device link",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_mips64.go

    	7:    "argument list too long",
    	8:    "exec format error",
    	9:    "bad file descriptor",
    	10:   "no child processes",
    	11:   "resource temporarily unavailable",
    	12:   "cannot allocate memory",
    	13:   "permission denied",
    	14:   "bad address",
    	15:   "block device required",
    	16:   "device or resource busy",
    	17:   "file exists",
    	18:   "invalid cross-device link",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_mips64le.go

    	7:    "argument list too long",
    	8:    "exec format error",
    	9:    "bad file descriptor",
    	10:   "no child processes",
    	11:   "resource temporarily unavailable",
    	12:   "cannot allocate memory",
    	13:   "permission denied",
    	14:   "bad address",
    	15:   "block device required",
    	16:   "device or resource busy",
    	17:   "file exists",
    	18:   "invalid cross-device link",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_mipsle.go

    	7:    "argument list too long",
    	8:    "exec format error",
    	9:    "bad file descriptor",
    	10:   "no child processes",
    	11:   "resource temporarily unavailable",
    	12:   "cannot allocate memory",
    	13:   "permission denied",
    	14:   "bad address",
    	15:   "block device required",
    	16:   "device or resource busy",
    	17:   "file exists",
    	18:   "invalid cross-device link",
    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/vendor/golang.org/x/net/dns/dnsmessage/message.go

    func (p *Parser) AllQuestions() ([]Question, error) {
    	// Multiple questions are valid according to the spec,
    	// but servers don't actually support them. There will
    	// be at most one question here.
    	//
    	// Do not pre-allocate based on info in p.header, since
    	// the data is untrusted.
    	qs := []Question{}
    	for {
    		q, err := p.Question()
    		if err == ErrSectionDone {
    			return qs, nil
    		}
    		if err != nil {
    			return nil, err
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	{8, "ENOEXEC", "exec format error"},
    	{9, "EBADF", "bad file descriptor"},
    	{10, "ECHILD", "no child processes"},
    	{11, "EDEADLK", "resource deadlock avoided"},
    	{12, "ENOMEM", "cannot allocate memory"},
    	{13, "EACCES", "permission denied"},
    	{14, "EFAULT", "bad address"},
    	{15, "ENOTBLK", "block device required"},
    	{16, "EBUSY", "device busy"},
    	{17, "EEXIST", "file exists"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    	{8, "ENOEXEC", "exec format error"},
    	{9, "EBADF", "bad file descriptor"},
    	{10, "ECHILD", "no child processes"},
    	{11, "EDEADLK", "resource deadlock avoided"},
    	{12, "ENOMEM", "cannot allocate memory"},
    	{13, "EACCES", "permission denied"},
    	{14, "EFAULT", "bad address"},
    	{15, "ENOTBLK", "block device required"},
    	{16, "EBUSY", "device busy"},
    	{17, "EEXIST", "file exists"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  8. src/runtime/mprof.go

    // sample's magnitude.
    //
    // Second, having unlocked a mutex the M checks to see if it should capture the
    // call stack into its local buffer. Finally, when the M unlocks its last mutex,
    // it transfers the local buffer into the profile. As part of that step, it also
    // transfers any "additional contention" time to the profile. Any lock
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  9. src/runtime/mgcscavenge.go

    // flagged as bugs, and fixed appropriately.
    //
    // An additional factor of retainExtraPercent is added as a buffer to help ensure
    // that there's more unscavenged memory to allocate out of, since each allocation
    // out of scavenged memory incurs a potentially expensive page fault.
    //
    // If a memory limit is set, then we wish to pick a scavenge goal that maintains
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    			// Before we tell a driver to deallocate a claim, we
    			// have to stop telling it to allocate. Otherwise,
    			// depending on timing, it will deallocate the claim,
    			// see a PodSchedulingContext with selected node, and
    			// allocate again for that same node.
    			if !clearAllocation &&
    				state.podSchedulingState.schedulingCtx != nil &&
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top