Timespec          131 src/pkg/runtime/defs_darwin_386.h typedef struct Timespec Timespec;
Timespec          131 src/pkg/runtime/defs_darwin_amd64.h typedef struct Timespec Timespec;
Timespec           94 src/pkg/runtime/defs_dragonfly_386.h typedef struct Timespec Timespec;
Timespec           94 src/pkg/runtime/defs_dragonfly_amd64.h typedef struct Timespec Timespec;
Timespec           98 src/pkg/runtime/defs_freebsd_386.h typedef struct Timespec Timespec;
Timespec           98 src/pkg/runtime/defs_freebsd_amd64.h typedef struct Timespec Timespec;
Timespec           98 src/pkg/runtime/defs_freebsd_arm.h typedef struct Timespec Timespec;
Timespec           96 src/pkg/runtime/defs_linux_386.h typedef struct Timespec Timespec;
Timespec           89 src/pkg/runtime/defs_linux_amd64.h typedef struct Timespec Timespec;
Timespec           85 src/pkg/runtime/defs_linux_arm.h typedef struct Timespec Timespec;
Timespec           18 src/pkg/runtime/defs_nacl_386.h typedef struct Timespec Timespec;
Timespec           19 src/pkg/runtime/defs_nacl_amd64p32.h typedef struct Timespec Timespec;
Timespec           89 src/pkg/runtime/defs_netbsd_386.h typedef struct Timespec Timespec;
Timespec           89 src/pkg/runtime/defs_netbsd_amd64.h typedef struct Timespec Timespec;
Timespec           89 src/pkg/runtime/defs_netbsd_arm.h typedef struct Timespec Timespec;
Timespec           89 src/pkg/runtime/defs_openbsd_386.h typedef struct Timespec Timespec;
Timespec           89 src/pkg/runtime/defs_openbsd_amd64.h typedef struct Timespec Timespec;
Timespec          112 src/pkg/runtime/defs_solaris_amd64.h typedef struct Timespec Timespec;
Timespec          211 src/pkg/runtime/defs_solaris_amd64.h 	Timespec	st_atim;
Timespec          212 src/pkg/runtime/defs_solaris_amd64.h 	Timespec	st_mtim;
Timespec          213 src/pkg/runtime/defs_solaris_amd64.h 	Timespec	st_ctim;
Timespec           14 src/pkg/runtime/netpoll_kqueue.c int32	runtime·kevent(int32, Kevent*, int32, Kevent*, int32, Timespec*);
Timespec           76 src/pkg/runtime/netpoll_kqueue.c 	Timespec ts, *tp;
Timespec          112 src/pkg/runtime/netpoll_solaris.c runtime·port_getn(int32 port, PortEvent *evs, uint32 max, uint32 *nget, Timespec *timeout)
Timespec          209 src/pkg/runtime/netpoll_solaris.c 	Timespec *wait = nil, zero;
Timespec           50 src/pkg/runtime/os_freebsd.c 	Timespec ts;
Timespec           40 src/pkg/runtime/os_linux.c 	Timespec ts;
Timespec            8 src/pkg/runtime/os_linux.h int32	runtime·futex(uint32*, int32, uint32, Timespec*, uint32*, uint32);
Timespec           89 src/pkg/runtime/os_nacl.c 	Timespec ts;
Timespec          158 src/pkg/runtime/os_nacl.c 			Timespec ts;
Timespec          158 src/pkg/runtime/os_nacl.h int32	runtime·nacl_cond_timed_wait_abs(int32, int32, Timespec*);
Timespec          160 src/pkg/runtime/os_nacl.h int32	runtime·nacl_nanosleep(Timespec*, Timespec*);
Timespec           32 src/pkg/runtime/os_netbsd.c extern int32 runtime·lwp_park(Timespec *abstime, int32 unpark, void *hint, void *unparkhint);
Timespec           70 src/pkg/runtime/os_netbsd.c 	Timespec ts;
Timespec           67 src/pkg/runtime/os_openbsd.c 	Timespec ts;
Timespec           92 src/pkg/runtime/os_solaris.c int32	runtime·sem_reltimedwait_np(SemT* sem, Timespec* timeout);
Timespec          525 src/pkg/runtime/os_solaris.c runtime·sem_reltimedwait_np(SemT* sem, Timespec* timeout)