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

12 3 4

  /prebuilts/go/linux-x86/src/syscall/
ztypes_netbsd_amd64.go 23 type Timespec struct {
70 Atimespec Timespec
71 Mtimespec Timespec
72 Ctimespec Timespec
73 Birthtimespec Timespec
281 Lastchange Timespec
ztypes_netbsd_arm.go 23 type Timespec struct {
71 Atimespec Timespec
72 Mtimespec Timespec
73 Ctimespec Timespec
74 Birthtimespec Timespec
280 Lastchange Timespec
  /toolchain/binutils/binutils-2.27/gold/
fileread.h 38 // Since not all system supports stat.st_mtim and struct timespec,
41 struct Timespec
43 Timespec()
47 Timespec(time_t a_seconds, int a_nanoseconds)
59 get_mtime(const char* filename, Timespec* mtime);
220 Timespec
  /prebuilts/go/darwin-x86/src/runtime/
defs2_linux.go 138 type Timespec C.struct_timespec
defs_freebsd.go 143 type Timespec C.struct_timespec
defs_solaris.go 146 type Timespec C.struct_timespec
154 // depends on Timespec, must appear below
  /prebuilts/go/darwin-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
  /prebuilts/go/linux-x86/src/runtime/
defs2_linux.go 138 type Timespec C.struct_timespec
defs_freebsd.go 143 type Timespec C.struct_timespec

Completed in 1819 milliseconds

12 3 4