Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 298 for etime (0.14 sec)

  1. src/syscall/zerrors_linux_s390x.go

    	ESOCKTNOSUPPORT = Errno(0x5e)
    	ESPIPE          = Errno(0x1d)
    	ESRCH           = Errno(0x3)
    	ESRMNT          = Errno(0x45)
    	ESTALE          = Errno(0x74)
    	ESTRPIPE        = Errno(0x56)
    	ETIME           = Errno(0x3e)
    	ETIMEDOUT       = Errno(0x6e)
    	ETOOMANYREFS    = Errno(0x6d)
    	ETXTBSY         = Errno(0x1a)
    	EUCLEAN         = Errno(0x75)
    	EUNATCH         = Errno(0x31)
    	EUSERS          = Errno(0x57)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_arm64.go

    	ESOCKTNOSUPPORT = Errno(0x5e)
    	ESPIPE          = Errno(0x1d)
    	ESRCH           = Errno(0x3)
    	ESRMNT          = Errno(0x45)
    	ESTALE          = Errno(0x74)
    	ESTRPIPE        = Errno(0x56)
    	ETIME           = Errno(0x3e)
    	ETIMEDOUT       = Errno(0x6e)
    	ETOOMANYREFS    = Errno(0x6d)
    	ETXTBSY         = Errno(0x1a)
    	EUCLEAN         = Errno(0x75)
    	EUNATCH         = Errno(0x31)
    	EUSERS          = Errno(0x57)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go

    	Reordering     uint32
    	Rcv_rtt        uint32
    	Rcv_space      uint32
    	Total_retrans  uint32
    }
    
    type _Gid_t uint32
    
    type rusage_zos struct {
    	Utime timeval_zos
    	Stime timeval_zos
    }
    
    type Rusage struct {
    	Utime    Timeval
    	Stime    Timeval
    	Maxrss   int64
    	Ixrss    int64
    	Idrss    int64
    	Isrss    int64
    	Minflt   int64
    	Majflt   int64
    	Nswap    int64
    	Inblock  int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_ppc64le.go

    	ESOCKTNOSUPPORT = Errno(0x5e)
    	ESPIPE          = Errno(0x1d)
    	ESRCH           = Errno(0x3)
    	ESRMNT          = Errno(0x45)
    	ESTALE          = Errno(0x74)
    	ESTRPIPE        = Errno(0x56)
    	ETIME           = Errno(0x3e)
    	ETIMEDOUT       = Errno(0x6e)
    	ETOOMANYREFS    = Errno(0x6d)
    	ETXTBSY         = Errno(0x1a)
    	EUCLEAN         = Errno(0x75)
    	EUNATCH         = Errno(0x31)
    	EUSERS          = Errno(0x57)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  5. src/go/printer/testdata/linebreaks.input

    				Mode: 0640,
    				Uid: 73025,
    				Gid: 5000,
    				Size: 5,
    				Mtime: 1244592783,
    				Typeflag: '0',
    				Uname: "dsymonds",
    				Gname: "eng",
    				Atime: 1244592783,
    				Ctime: 1244592783,
    			},
    			&Header{
    				Name: "small2.txt",
    				Mode: 0640,
    				Uid: 73025,
    				Gid: 5000,
    				Size: 11,
    				Mtime: 1244592783,
    				Typeflag: '0',
    				Uname: "dsymonds",
    				Gname: "eng",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 11 22:03:18 UTC 2018
    - 5.1K bytes
    - Viewed (0)
  6. src/syscall/fs_js.go

    	st.Blocks = int32(jsSt.Get("blocks").Int())
    	atime := int64(jsSt.Get("atimeMs").Int())
    	st.Atime = atime / 1000
    	st.AtimeNsec = (atime % 1000) * 1000000
    	mtime := int64(jsSt.Get("mtimeMs").Int())
    	st.Mtime = mtime / 1000
    	st.MtimeNsec = (mtime % 1000) * 1000000
    	ctime := int64(jsSt.Get("ctimeMs").Int())
    	st.Ctime = ctime / 1000
    	st.CtimeNsec = (ctime % 1000) * 1000000
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 11 18:19:17 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  7. src/syscall/ztypes_linux_loong64.go

    	Mode            uint16
    	X__spare0       [1]uint16
    	Ino             uint64
    	Size            uint64
    	Blocks          uint64
    	Attributes_mask uint64
    	Atime           statxTimestamp
    	Btime           statxTimestamp
    	Ctime           statxTimestamp
    	Mtime           statxTimestamp
    	Rdev_major      uint32
    	Rdev_minor      uint32
    	Dev_major       uint32
    	Dev_minor       uint32
    	Mnt_id          uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go

    	Cgid uint32
    	Mode uint32
    	_    [0]uint8
    	Seq  uint16
    	_    uint16
    	_    uint64
    	_    uint64
    }
    type SysvShmDesc struct {
    	Perm   SysvIpcPerm
    	Segsz  uint64
    	Atime  int64
    	Dtime  int64
    	Ctime  int64
    	Cpid   int32
    	Lpid   int32
    	Nattch uint64
    	_      uint64
    	_      uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go

    	Cgid uint32
    	Mode uint32
    	_    [0]uint8
    	Seq  uint16
    	_    uint16
    	_    uint32
    	_    uint32
    }
    type SysvShmDesc struct {
    	Perm       SysvIpcPerm
    	Segsz      uint32
    	Atime      uint32
    	Dtime      uint32
    	Ctime      uint32
    	Cpid       int32
    	Lpid       int32
    	Nattch     uint32
    	Atime_high uint16
    	Dtime_high uint16
    	Ctime_high uint16
    	_          uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go

    	Uid  uint32
    	Gid  uint32
    	Cuid uint32
    	Cgid uint32
    	Mode uint32
    	Seq  uint32
    	_    uint32
    	_    uint64
    	_    uint64
    }
    type SysvShmDesc struct {
    	Perm   SysvIpcPerm
    	Atime  int64
    	Dtime  int64
    	Ctime  int64
    	Segsz  uint64
    	Cpid   int32
    	Lpid   int32
    	Nattch uint64
    	_      uint64
    	_      uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top