Searched refs:timespec (Results 126 - 150 of 445) sorted by relevance

1234567891011>>

/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_rwlock.c142 rwlock_rdlock_common (pthread_rwlock_t *rwlock, const struct timespec *abstime)
228 const struct timespec *abstime)
358 rwlock_wrlock_common (pthread_rwlock_t *rwlock, const struct timespec *abstime)
416 const struct timespec *abstime)
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_rwlock.c122 rwlock_rdlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime)
188 const struct timespec *abstime)
243 rwlock_wrlock_common (pthread_rwlock_t *rwlock, const struct timespec *abstime)
294 const struct timespec *abstime)
H A Dthr_cond.c44 const struct timespec * abstime);
47 const struct timespec *abstime, int cancel);
162 const struct timespec *abstime, int cancel)
214 const struct timespec *abstime, int cancel)
291 const struct timespec *abstime, int cancel)
330 const struct timespec * abstime)
342 const struct timespec *abstime)
H A Dthr_mutex.c82 const struct timespec *abstime);
94 const struct timespec *abstime);
97 const struct timespec *);
348 const struct timespec *abstime)
416 const struct timespec *abstime, int cvattach)
447 __pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *abstime)
563 mutex_self_lock(struct pthread_mutex *m, const struct timespec *abstime)
565 struct timespec ts1, ts2;
/freebsd-10.1-release/sys/cddl/dev/cyclic/i386/
H A Dcyclic_machdep.c115 struct timespec ts;
/freebsd-10.1-release/sys/compat/svr4/
H A Dsvr4_types.h64 typedef struct timespec svr4_timestruc_t;
/freebsd-10.1-release/sys/sys/
H A Dposix4.h113 struct thread *, struct timespec *);
H A Dsyscallsubr.h84 struct timespec *ts);
86 struct timespec *ats);
88 struct timespec *ats);
126 struct kevent_copyops *k_ops, const struct timespec *timeout);
155 int kern_nanosleep(struct thread *td, struct timespec *rqt,
156 struct timespec *rmt);
194 struct timespec *ts);
222 struct ksiginfo *ksi, struct timespec *timeout);
245 int kern_thr_suspend(struct thread *td, struct timespec *tsp);
H A Dsched.h232 struct timespec;
239 int sched_rr_get_interval(pid_t, struct timespec *);
/freebsd-10.1-release/usr.sbin/mtree/
H A Dmtree.h45 struct timespec st_mtimespec; /* last modification time */
/freebsd-10.1-release/contrib/ntp/lib/isc/pthreads/
H A Dcondition.c37 struct timespec ts;
43 * POSIX defines a timespec's tv_sec as time_t.
50 * POSIX defines a timespec's tv_nsec as long. isc_time_nanoseconds
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_unixtime.h20 int getclock (int clock_type, struct timespec *tp);
/freebsd-10.1-release/sys/dev/acpica/
H A Dacpi_smbat.c51 struct timespec bif_lastupdated;
52 struct timespec bst_lastupdated;
58 static int acpi_smbat_info_expired(struct timespec *lastupdated);
59 static void acpi_smbat_info_updated(struct timespec *lastupdated);
161 acpi_smbat_info_expired(struct timespec *lastupdated)
163 struct timespec curtime;
179 acpi_smbat_info_updated(struct timespec *lastupdated)
H A Dacpi_cmbat.c71 struct timespec bst_lastupdated;
82 static int acpi_cmbat_info_expired(struct timespec *lastupdated);
83 static void acpi_cmbat_info_updated(struct timespec *lastupdated);
210 acpi_cmbat_info_expired(struct timespec *lastupdated)
212 struct timespec curtime;
228 acpi_cmbat_info_updated(struct timespec *lastupdated)
/freebsd-10.1-release/sys/kern/
H A Dkern_ffclock.c249 ffclock_nanotime(struct timespec *tsp)
275 ffclock_getnanotime(struct timespec *tsp)
302 ffclock_nanouptime(struct timespec *tsp)
328 ffclock_getnanouptime(struct timespec *tsp)
355 ffclock_nanodifftime(ffcounter ffdelta, struct timespec *tsp)
H A Dkern_time.c99 static void realtimer_clocktime(clockid_t, struct timespec *);
104 int itimespecfix(struct timespec *ts);
117 struct timespec ts;
228 struct timespec *tp;
235 struct timespec ats;
246 cputick2timespec(uint64_t runtime, struct timespec *ats)
254 get_thread_cputime(struct thread *targettd, struct timespec *ats)
274 get_process_cputime(struct proc *targetp, struct timespec *ats)
287 get_cputime(struct thread *td, clockid_t clock_id, struct timespec *ats)
315 kern_clock_gettime(struct thread *td, clockid_t clock_id, struct timespec *at
[all...]
H A Dsubr_clock.c134 clock_ct_to_ts(struct clocktime *ct, struct timespec *ts)
181 clock_ts_to_ct(struct timespec *ts, struct clocktime *ct)
/freebsd-10.1-release/contrib/file/src/
H A Dcdf.h40 #define timespec timeval macro
44 #define timespec timeval macro
283 struct timespec;
284 int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
285 int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timespec *);
/freebsd-10.1-release/tools/tools/netmap/
H A Dpkt-gen.c107 do {struct timespec t0 = {0,0}; *(b) = t0; } while (0)
192 struct timespec tx_period;
221 struct timespec tic, toc;
779 struct timespec ts, now, last_print;
951 timespec_ge(const struct timespec *a, const struct timespec *b)
963 static __inline struct timespec
966 struct timespec ts = {
974 timespec2val(const struct timespec *a)
984 static __inline struct timespec
[all...]
/freebsd-10.1-release/lib/librt/
H A Daio.c57 extern int __sys_aio_waitcomplete(struct aiocb **iocbp, struct timespec *timeout);
140 __aio_waitcomplete(struct aiocb **iocbp, struct timespec *timeout)
/freebsd-10.1-release/sys/arm/s3c2xx0/
H A Ds3c24x0_rtc.c85 s3c2xx0_rtc_gettime(device_t dev, struct timespec *ts)
119 s3c2xx0_rtc_settime(device_t dev, struct timespec *ts)
/freebsd-10.1-release/sys/dev/iicbus/
H A Dds1672.c135 ds1672_gettime(device_t dev, struct timespec *ts)
151 ds1672_settime(device_t dev, struct timespec *ts)
/freebsd-10.1-release/sys/security/mac_bsdextended/
H A Dugidfw_internal.h108 struct label *vplabel, struct timespec atime,
109 struct timespec utime);
/freebsd-10.1-release/usr.sbin/rtadvd/
H A Drtadvd.h273 struct timespec ifi_ra_lastsent;
289 void ra_timer_update(void *, struct timespec *);
/freebsd-10.1-release/contrib/apr/locks/unix/
H A Dthread_cond.c83 struct timespec abstime;

Completed in 136 milliseconds

1234567891011>>