OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:absolute_timespec_from_timespec
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/private/
bionic_time_conversions.h
63
static inline void
absolute_timespec_from_timespec
(timespec& abs_ts, const timespec& ts, clockid_t clock) {
function
/bionic/libc/bionic/
pthread_cond.cpp
235
absolute_timespec_from_timespec
(ts, *rel_timeout, CLOCK_MONOTONIC);
pthread_mutex.cpp
625
absolute_timespec_from_timespec
(abs_timeout, ts, CLOCK_MONOTONIC);
Completed in 59 milliseconds