HomeSort by relevance Sort by last modified time
    Searched defs:Timespec (Results 51 - 75 of 96) sorted by null

1 23 4

  /prebuilts/go/linux-x86/src/runtime/
defs_solaris.go 146 type Timespec C.struct_timespec
154 // depends on Timespec, must appear below
defs_darwin.go 161 type Timespec C.struct_timespec
  /prebuilts/go/linux-x86/src/syscall/
types_darwin.go 92 type Timespec C.struct_timespec
types_dragonfly.go 87 type Timespec C.struct_timespec
types_freebsd.go 78 struct timespec st_atimespec;
79 struct timespec st_mtimespec;
80 struct timespec st_ctimespec;
96 struct timespec st_birthtimespec;
97 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
98 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
172 type Timespec C.struct_timespec
types_openbsd.go 88 type Timespec C.struct_timespec
types_solaris.go 92 type Timespec C.struct_timespec
ztypes_darwin_386.go 23 type Timespec struct {
69 Atimespec Timespec
70 Mtimespec Timespec
71 Ctimespec Timespec
72 Birthtimespec Timespec
ztypes_darwin_amd64.go 23 type Timespec struct {
74 Atimespec Timespec
75 Mtimespec Timespec
76 Ctimespec Timespec
77 Birthtimespec Timespec
ztypes_darwin_arm.go 24 type Timespec struct {
70 Atimespec Timespec
71 Mtimespec Timespec
72 Ctimespec Timespec
73 Birthtimespec Timespec
ztypes_darwin_arm64.go 23 type Timespec struct {
74 Atimespec Timespec
75 Mtimespec Timespec
76 Ctimespec Timespec
77 Birthtimespec Timespec
ztypes_dragonfly_amd64.go 23 type Timespec struct {
85 Atim Timespec
86 Mtim Timespec
87 Ctim Timespec
ztypes_freebsd_386.go 23 type Timespec struct {
84 Atimespec Timespec
85 Mtimespec Timespec
86 Ctimespec Timespec
93 Birthtimespec Timespec
ztypes_freebsd_amd64.go 23 type Timespec struct {
84 Atimespec Timespec
85 Mtimespec Timespec
86 Ctimespec Timespec
93 Birthtimespec Timespec
ztypes_freebsd_arm.go 23 type Timespec struct {
86 Atimespec Timespec
87 Mtimespec Timespec
88 Ctimespec Timespec
95 Birthtimespec Timespec
ztypes_openbsd_386.go 23 type Timespec struct {
84 Atim Timespec
85 Mtim Timespec
86 Ctim Timespec
92 X__st_birthtim Timespec
ztypes_openbsd_amd64.go 23 type Timespec struct {
84 Atim Timespec
85 Mtim Timespec
86 Ctim Timespec
93 X__st_birthtim Timespec
ztypes_openbsd_arm.go 23 type Timespec struct {
84 Atim Timespec
85 Mtim Timespec
86 Ctim Timespec
92 X__st_birthtim Timespec
ztypes_solaris_amd64.go 24 type Timespec struct {
91 Atim Timespec
92 Mtim Timespec
93 Ctim Timespec
syscall_windows.go 514 func UtimesNano(path string, ts []Timespec) (err error) {
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
defs_darwin.go 161 type Timespec C.struct_timespec
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows.go 514 func UtimesNano(path string, ts []Timespec) (err error) {
    [all...]
types_linux.go 152 type Timespec C.struct_timespec
ztypes_linux_arm64.go 24 type Timespec struct {
114 Atim Timespec
115 Mtim Timespec
116 Ctim Timespec
ztypes_linux_mips.go 22 type Timespec struct {
107 Atim Timespec
108 Mtim Timespec
109 Ctim Timespec

Completed in 553 milliseconds

1 23 4