Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for Timeval32 (0.22 sec)

  1. src/syscall/ztypes_aix_ppc64.go

    	_C_long      int64
    	_C_long_long int64
    )
    
    type Timespec struct {
    	Sec  int64
    	Nsec int64
    }
    
    type Timeval struct {
    	Sec       int64
    	Usec      int32
    	Pad_cgo_0 [4]byte
    }
    
    type Timeval32 struct {
    	Sec  int32
    	Usec int32
    }
    
    type Timezone struct {
    	Minuteswest int32
    	Dsttime     int32
    }
    
    type Rusage struct {
    	Utime    Timeval
    	Stime    Timeval
    	Maxrss   int64
    	Ixrss    int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 14:36:41 UTC 2019
    - 4.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go

    )
    
    type off64 int64
    type off int64
    type Mode_t uint32
    
    type Timespec struct {
    	Sec  int64
    	Nsec int64
    }
    
    type Timeval struct {
    	Sec  int64
    	Usec int32
    	_    [4]byte
    }
    
    type Timeval32 struct {
    	Sec  int32
    	Usec int32
    }
    
    type Timex struct{}
    
    type Time_t int64
    
    type Tms struct{}
    
    type Utimbuf struct {
    	Actime  int64
    	Modtime int64
    }
    
    type Timezone struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 5K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), type Timeval struct, Sec int64
    pkg syscall (darwin-arm64), type Timeval struct, Usec int32
    pkg syscall (darwin-arm64), type Timeval32 struct
    pkg syscall (darwin-arm64), type Timeval32 struct, Sec int32
    pkg syscall (darwin-arm64), type Timeval32 struct, Usec int32
    pkg syscall (darwin-arm64), type WaitStatus uint32
    pkg syscall (darwin-arm64), var Stderr int
    pkg syscall (darwin-arm64), var Stdin int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"TimespecToNsec", Func, 0},
    		{"Timeval", Type, 0},
    		{"Timeval.Pad_cgo_0", Field, 0},
    		{"Timeval.Sec", Field, 0},
    		{"Timeval.Usec", Field, 0},
    		{"Timeval32", Type, 0},
    		{"Timeval32.Sec", Field, 0},
    		{"Timeval32.Usec", Field, 0},
    		{"TimevalToNsec", Func, 0},
    		{"Timex", Type, 0},
    		{"Timex.Calcnt", Field, 0},
    		{"Timex.Constant", Field, 0},
    		{"Timex.Errcnt", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall (darwin-amd64), type Timeval struct, Sec int64
    pkg syscall (darwin-amd64), type Timeval struct, Usec int32
    pkg syscall (darwin-amd64), type Timeval32 struct
    pkg syscall (darwin-amd64), type Timeval32 struct, Sec int32
    pkg syscall (darwin-amd64), type Timeval32 struct, Usec int32
    pkg syscall (darwin-amd64), type WaitStatus uint32
    pkg syscall (darwin-amd64), var Stderr int
    pkg syscall (darwin-amd64), var Stdin int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top