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

1 2 3 4

  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl_386.go 7 type Timespec struct {
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
syscall_nacl_amd64p32.go 7 type Timespec struct {
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
syscall_nacl_arm.go 7 type Timespec struct {
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
syscall_plan9.go 269 type Timespec struct {
types_netbsd.go 89 type Timespec C.struct_timespec
ztypes_netbsd_386.go 23 type Timespec struct {
67 Atimespec Timespec
68 Mtimespec Timespec
69 Ctimespec Timespec
70 Birthtimespec Timespec
275 Lastchange Timespec
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
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl_386.go 7 type Timespec struct {
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
syscall_nacl_amd64p32.go 7 type Timespec struct {
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
syscall_nacl_arm.go 7 type Timespec struct {
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
syscall_plan9.go 269 type Timespec struct {
types_netbsd.go 89 type Timespec C.struct_timespec
ztypes_netbsd_386.go 23 type Timespec struct {
67 Atimespec Timespec
68 Mtimespec Timespec
69 Ctimespec Timespec
70 Birthtimespec Timespec
275 Lastchange Timespec
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py 99 class Timespec(ctypes.Structure):
105 ts = Timespec()
  /prebuilts/go/darwin-x86/src/runtime/
defs_arm_linux.go 117 type Timespec C.struct_timespec
defs_dragonfly.go 121 type Timespec C.struct_timespec
defs_linux.go 17 // definitions for struct sigaction, struct timespec, etc.
120 type Timespec C.struct_timespec
defs_netbsd.go 118 type Timespec C.struct_timespec
defs_openbsd.go 117 type Timespec C.struct_timespec
  /prebuilts/go/linux-x86/src/runtime/
defs_arm_linux.go 117 type Timespec C.struct_timespec
defs_dragonfly.go 121 type Timespec C.struct_timespec
defs_linux.go 17 // definitions for struct sigaction, struct timespec, etc.
120 type Timespec C.struct_timespec
defs_netbsd.go 118 type Timespec C.struct_timespec
defs_openbsd.go 117 type Timespec C.struct_timespec

Completed in 268 milliseconds

1 2 3 4