OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_delay
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
asynchttprequest.h
53
// If
start_delay
is less than or equal to zero, this starts immediately.
54
//
Start_delay
defaults to zero.
55
int
start_delay
() const { return start_delay_; }
function in class:talk_base::AsyncHttpRequest
/external/chromium_org/third_party/webrtc/base/
asynchttprequest.h
36
// If
start_delay
is less than or equal to zero, this starts immediately.
37
//
Start_delay
defaults to zero.
38
int
start_delay
() const { return start_delay_; }
function in class:rtc::AsyncHttpRequest
/external/fio/
eta.c
218
uint64_t
start_delay
= td->o.
start_delay
;
local
221
t_eta = timeout +
start_delay
+ ramp_time;
236
r_eta += (td->o.
start_delay
/ 1000000ULL);
thread_options.h
136
unsigned long long
start_delay
;
member in struct:thread_options
360
uint64_t
start_delay
;
member in struct:thread_options_pack
Completed in 348 milliseconds