Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Cur (0.04 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	STA_CLK       = 0x8000
    )
    
    const (
    	TIME_OK    = 0x0
    	TIME_INS   = 0x1
    	TIME_DEL   = 0x2
    	TIME_OOP   = 0x3
    	TIME_WAIT  = 0x4
    	TIME_ERROR = 0x5
    	TIME_BAD   = 0x5
    )
    
    type Rlimit struct {
    	Cur uint64
    	Max uint64
    }
    
    type _Gid_t uint32
    
    type StatxTimestamp struct {
    	Sec  int64
    	Nsec uint32
    	_    int32
    }
    
    type Statx_t struct {
    	Mask             uint32
    	Blksize          uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type RawSockaddrUnix struct, Path [104]int8
    pkg syscall (netbsd-arm64-cgo), type Rlimit struct
    pkg syscall (netbsd-arm64-cgo), type Rlimit struct, Cur uint64
    pkg syscall (netbsd-arm64-cgo), type Rlimit struct, Max uint64
    pkg syscall (netbsd-arm64-cgo), type RouteMessage struct
    pkg syscall (netbsd-arm64-cgo), type RouteMessage struct, Data []uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), type RawSockaddrUnix struct, Path [104]int8
    pkg syscall (darwin-arm64), type Rlimit struct
    pkg syscall (darwin-arm64), type Rlimit struct, Cur uint64
    pkg syscall (darwin-arm64), type Rlimit struct, Max uint64
    pkg syscall (darwin-arm64), type RouteMessage //deprecated
    pkg syscall (darwin-arm64), type RouteMessage struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top