type runtime.timespec

8 uses

	runtime (current package)
		defs_darwin_amd64.go#L153: type timespec struct {
		defs_darwin_amd64.go#L159: func (ts *timespec) setNsec(ns int64) {
		netpoll_kqueue.go#L111: 	var tp *timespec
		netpoll_kqueue.go#L112: 	var ts timespec
		os_darwin.go#L55: 			var t timespec
		sys_darwin.go#L269: 	var t timespec
		sys_darwin.go#L348: func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32 {
		sys_darwin.go#L390: func pthread_cond_timedwait_relative_np(c *pthreadcond, m *pthreadmutex, t *timespec) int32 {