OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs_ts
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/os/
cond.h
33
os_cond_t *c, os_mutex_t *m, const struct timespec *
abs_ts
);
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/os/posix/
cond.h
44
*
abs_ts
is an absolute deadline in os_cond_now()'s clock (the clock the
49
os_cond_timedwait(os_cond_t *c, os_mutex_t *m, const struct timespec *
abs_ts
) {
50
return pthread_cond_timedwait(c, m,
abs_ts
);
/src/usr.bin/kdump/
kdump.c
548
struct timespec
abs_ts
;
local
549
timespecsub(&zero_ts, ts, &
abs_ts
);
551
(long long)
abs_ts
.tv_sec, (long)
abs_ts
.tv_nsec);
Completed in 46 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026