OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rel_timeout
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
pthread_cond.cpp
230
const timespec*
rel_timeout
) {
233
if (
rel_timeout
!= nullptr) {
234
absolute_timespec_from_timespec(ts, *
rel_timeout
, CLOCK_MONOTONIC);
/external/v8/src/
futex-emulation.cc
105
base::TimeDelta
rel_timeout
;
local
117
rel_timeout
= base::TimeDelta::FromNanoseconds(
152
timeout_time = current_time +
rel_timeout
;
Completed in 112 milliseconds