Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 130 for npidle (0.43 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                      format: int32
                                      type: integer
                                    idleTimeout:
                                      description: The idle timeout for upstream connection
                                        pool connections.
                                      type: string
                                    maxConcurrentStreams:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    When set to `true` the <<gradle_daemon.adoc#gradle_daemon, Gradle Daemon>> is used to run the build.
    +
    _Default is `true`._
    
    `org.gradle.daemon.idletimeout=(# of idle millis)`::
    Gradle Daemon will terminate itself after a specified number of idle milliseconds.
    +
    _Default is `10800000` (3 hours)._
    
    `org.gradle.debug=(true,false)`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  3. src/encoding/xml/xml.go

    	"Eacute":   "\u00C9",
    	"Ecirc":    "\u00CA",
    	"Euml":     "\u00CB",
    	"Igrave":   "\u00CC",
    	"Iacute":   "\u00CD",
    	"Icirc":    "\u00CE",
    	"Iuml":     "\u00CF",
    	"ETH":      "\u00D0",
    	"Ntilde":   "\u00D1",
    	"Ograve":   "\u00D2",
    	"Oacute":   "\u00D3",
    	"Ocirc":    "\u00D4",
    	"Otilde":   "\u00D5",
    	"Ouml":     "\u00D6",
    	"times":    "\u00D7",
    	"Oslash":   "\u00D8",
    	"Ugrave":   "\u00D9",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	CLOCK_UPTIME                      = 0x5
    	CLOCK_UPTIME_FAST                 = 0x8
    	CLOCK_UPTIME_PRECISE              = 0x7
    	CLOCK_VIRTUAL                     = 0x1
    	CPUSTATES                         = 0x5
    	CP_IDLE                           = 0x4
    	CP_INTR                           = 0x3
    	CP_NICE                           = 0x1
    	CP_SYS                            = 0x2
    	CP_USER                           = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
  5. src/database/sql/sql_test.go

    	<-drv.waitingCh
    	// Now close the busy connections. This provides a connection for
    	// the blocked goroutine and then fills up the idle queue.
    	for _, v := range rows {
    		v.Close()
    	}
    	// At this point we give the new connection to DB. This connection is
    	// now useless, since the idle queue is full and there are no pending
    	// requests. DB should deal with this situation without leaking the
    	// connection.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  6. src/internal/trace/event/go122/event.go

    	ProcRunning
    	ProcIdle
    	ProcSyscall
    	ProcSyscallAbandoned
    )
    
    func (s ProcStatus) String() string {
    	switch s {
    	case ProcRunning:
    		return "Running"
    	case ProcIdle:
    		return "Idle"
    	case ProcSyscall:
    		return "Syscall"
    	}
    	return "Bad"
    }
    
    const (
    	// Various format-specific constants.
    	MaxBatchSize      = 64 << 10
    	MaxFramesPerStack = 128
    	MaxStringSize     = 1 << 10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	CLOCK_PROCESS_CPUTIME_ID          = 0x2
    	CLOCK_REALTIME                    = 0x0
    	CLOCK_THREAD_CPUTIME_ID           = 0x4
    	CLOCK_UPTIME                      = 0x5
    	CPUSTATES                         = 0x6
    	CP_IDLE                           = 0x5
    	CP_INTR                           = 0x4
    	CP_NICE                           = 0x1
    	CP_SPIN                           = 0x3
    	CP_SYS                            = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go

    	CLONE_PTRACE                      = 0x2000
    	CLONE_SIGHAND                     = 0x800
    	CLONE_VFORK                       = 0x4000
    	CLONE_VM                          = 0x100
    	CPUSTATES                         = 0x5
    	CP_IDLE                           = 0x4
    	CP_INTR                           = 0x3
    	CP_NICE                           = 0x1
    	CP_SYS                            = 0x2
    	CP_USER                           = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    	CLOCK_PROCESS_CPUTIME_ID          = 0x2
    	CLOCK_REALTIME                    = 0x0
    	CLOCK_THREAD_CPUTIME_ID           = 0x4
    	CLOCK_UPTIME                      = 0x5
    	CPUSTATES                         = 0x6
    	CP_IDLE                           = 0x5
    	CP_INTR                           = 0x4
    	CP_NICE                           = 0x1
    	CP_SPIN                           = 0x3
    	CP_SYS                            = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go

    	CLOCK_PROCESS_CPUTIME_ID          = 0x2
    	CLOCK_REALTIME                    = 0x0
    	CLOCK_THREAD_CPUTIME_ID           = 0x4
    	CLOCK_UPTIME                      = 0x5
    	CPUSTATES                         = 0x6
    	CP_IDLE                           = 0x5
    	CP_INTR                           = 0x4
    	CP_NICE                           = 0x1
    	CP_SPIN                           = 0x3
    	CP_SYS                            = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
Back to top