Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 89 for thread1 (0.18 sec)

  1. src/syscall/zerrors_openbsd_ppc64.go

    	26: "virtual timer expired",
    	27: "profiling timer expired",
    	28: "window size changes",
    	29: "information request",
    	30: "user defined signal 1",
    	31: "user defined signal 2",
    	32: "thread AST",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  2. src/syscall/zerrors_openbsd_riscv64.go

    	26: "virtual timer expired",
    	27: "profiling timer expired",
    	28: "window size changes",
    	29: "information request",
    	30: "user defined signal 1",
    	31: "user defined signal 2",
    	32: "thread AST",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  3. src/runtime/malloc.go

    	// A typed version of this constant that will make it into DWARF (for viewcore).
    	arenaBaseOffsetUintptr = uintptr(arenaBaseOffset)
    
    	// Max number of threads to run garbage collection.
    	// 2, 3, and 4 are all plausible maximums depending
    	// on the hardware details of the machine. The garbage
    	// collector scales well to 32 cpus.
    	_MaxGcproc = 32
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{32, "SIGWAITING", "no runnable lwp"},
    	{33, "SIGLWP", "inter-lwp signal"},
    	{34, "SIGFREEZE", "checkpoint Freeze"},
    	{35, "SIGTHAW", "checkpoint Thaw"},
    	{36, "SIGCANCEL", "thread Cancellation"},
    	{37, "SIGLOST", "resource Lost"},
    	{38, "SIGXRES", "resource Control Exceeded"},
    	{39, "SIGJVM1", "reserved for JVM 1"},
    	{40, "SIGJVM2", "reserved for JVM 2"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  5. pkg/controller/volume/persistentvolume/pv_controller.go

    	// exactly one worker thread, especially syncClaim() is not reentrant.
    	// Two syncClaims could bind two different claims to the same volume or one
    	// claim to two volumes. The controller would recover from this (due to
    	// version errors in API server and other checks in this controller),
    	// however overall speed of multi-worker controller would be lower than if
    	// it runs single thread only.
    	claimQueue  *workqueue.Typed[string]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	{28, "SIGWINCH", "window size changes"},
    	{29, "SIGINFO", "information request"},
    	{30, "SIGUSR1", "user defined signal 1"},
    	{31, "SIGUSR2", "user defined signal 2"},
    	{32, "SIGTHR", "thread Scheduler"},
    	{33, "SIGCKPT", "checkPoint"},
    	{34, "SIGCKPTEXIT", "checkPointExit"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	{28, "SIGWINCH", "window size changes"},
    	{29, "SIGINFO", "information request"},
    	{30, "SIGUSR1", "user defined signal 1"},
    	{31, "SIGUSR2", "user defined signal 2"},
    	{32, "SIGTHR", "thread AST"},
    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_openbsd_386.go

    	{28, "SIGWINCH", "window size changes"},
    	{29, "SIGINFO", "information request"},
    	{30, "SIGUSR1", "user defined signal 1"},
    	{31, "SIGUSR2", "user defined signal 2"},
    	{32, "SIGTHR", "thread AST"},
    	{28672, "SIGSTKSZ", "unknown signal"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go

    	{28, "SIGWINCH", "window size changes"},
    	{29, "SIGINFO", "information request"},
    	{30, "SIGUSR1", "user defined signal 1"},
    	{31, "SIGUSR2", "user defined signal 2"},
    	{32, "SIGTHR", "thread AST"},
    	{28672, "SIGSTKSZ", "unknown signal"},
    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_ppc64.go

    	{28, "SIGWINCH", "window size changes"},
    	{29, "SIGINFO", "information request"},
    	{30, "SIGUSR1", "user defined signal 1"},
    	{31, "SIGUSR2", "user defined signal 2"},
    	{32, "SIGTHR", "thread AST"},
    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