Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 326 for 1_8000 (0.11 sec)

  1. platforms/documentation/docs/src/snippets/tasks/timeout/groovy/build.gradle

    tasks.register("hangingTask") {
        doLast {
            Thread.sleep(100000)
        }
        timeout = Duration.ofMillis(500)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 119 bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	BRKINT                                  = 0x2
    	BS0                                     = 0x0
    	BS1                                     = 0x8000
    	BSDLY                                   = 0x8000
    	CFLUSH                                  = 0xf
    	CLOCAL                                  = 0x8000
    	CLOCK_MONOTONIC                         = 0x6
    	CLOCK_MONOTONIC_RAW                     = 0x4
    	CLOCK_MONOTONIC_RAW_APPROX              = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	BRKINT                                  = 0x2
    	BS0                                     = 0x0
    	BS1                                     = 0x8000
    	BSDLY                                   = 0x8000
    	CFLUSH                                  = 0xf
    	CLOCAL                                  = 0x8000
    	CLOCK_MONOTONIC                         = 0x6
    	CLOCK_MONOTONIC_RAW                     = 0x4
    	CLOCK_MONOTONIC_RAW_APPROX              = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	VSTRT                         = 0x7
    	VSUSP                         = 0x9
    	VT0                           = 0x0
    	VT1                           = 0x8000
    	VTDELAY                       = 0x2000
    	VTDLY                         = 0x8000
    	VTIME                         = 0x5
    	VWERSE                        = 0xd
    	WPARSTART                     = 0x1
    	WPARSTOP                      = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_ppc64le.go

    	BPF_X                            = 0x8
    	BPF_XOR                          = 0xa0
    	BRKINT                           = 0x2
    	CFLUSH                           = 0xf
    	CLOCAL                           = 0x8000
    	CREAD                            = 0x800
    	CS5                              = 0x0
    	CS6                              = 0x100
    	CS7                              = 0x200
    	CS8                              = 0x300
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  6. test/fixedbugs/issue51733.go

    //go:build cgo
    
    package main
    
    import (
    	"log"
    	"runtime/cgo"
    	"unsafe"
    )
    
    type S struct{ _ cgo.Incomplete }
    
    func main() {
    	p := (*S)(unsafe.Pointer(uintptr(0x8000)))
    	var v any = p
    	p2 := v.(*S)
    	if p != p2 {
    		log.Fatalf("%p != %p", unsafe.Pointer(p), unsafe.Pointer(p2))
    	}
    	p2 = typeAssert[*S](v)
    	if p != p2 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 02 15:27:18 UTC 2022
    - 619 bytes
    - Viewed (0)
  7. docs/bucket/notifications/README.md

    To update the configuration, use `mc admin config get notify_amqp` command to get the current configuration for `notify_amqp`.
    
    ```sh
    $ mc admin config get myminio/ notify_amqp
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
  8. src/debug/pe/pe.go

    	IMAGE_FILE_NET_RUN_FROM_SWAP       = 0x0800
    	IMAGE_FILE_SYSTEM                  = 0x1000
    	IMAGE_FILE_DLL                     = 0x2000
    	IMAGE_FILE_UP_SYSTEM_ONLY          = 0x4000
    	IMAGE_FILE_BYTES_REVERSED_HI       = 0x8000
    )
    
    // OptionalHeader64.Subsystem and OptionalHeader32.Subsystem values.
    const (
    	IMAGE_SUBSYSTEM_UNKNOWN                  = 0
    	IMAGE_SUBSYSTEM_NATIVE                   = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 09 01:21:43 UTC 2022
    - 6.6K bytes
    - Viewed (0)
  9. src/debug/plan9obj/plan9obj.go

    	Pcsz  uint32 /* size of pc/line number table */
    }
    
    // Plan 9 symbol table entries.
    type sym struct {
    	value uint64
    	typ   byte
    	name  []byte
    }
    
    const (
    	Magic64 = 0x8000 // 64-bit expanded header
    
    	Magic386   = (4*11+0)*11 + 7
    	MagicAMD64 = (4*26+0)*26 + 7 + Magic64
    	MagicARM   = (4*20+0)*20 + 7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 23:34:33 UTC 2016
    - 863 bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_mips64.go

    	IFF_DETACH_QUEUE                 = 0x400
    	IFF_DISABLE_NETPOLL              = 0x1000
    	IFF_DONT_BRIDGE                  = 0x800
    	IFF_DORMANT                      = 0x20000
    	IFF_DYNAMIC                      = 0x8000
    	IFF_EBRIDGE                      = 0x2
    	IFF_ECHO                         = 0x40000
    	IFF_ISATAP                       = 0x80
    	IFF_LIVE_ADDR_CHANGE             = 0x100000
    	IFF_LOOPBACK                     = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
Back to top