OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:left_to_wait
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc
727
int64_t
left_to_wait
= kWaitTimeMicrosecs;
local
728
int64_t deadline = NaClGetTimeOfDayMicroseconds() +
left_to_wait
;
730
while(!start_sel_ldr_done_ &&
left_to_wait
> 0) {
732
left_timespec.tv_sec =
left_to_wait
/ NACL_MICROS_PER_UNIT;
734
(
left_to_wait
% NACL_MICROS_PER_UNIT) * NACL_NANOS_PER_MICRO;
737
left_to_wait
= deadline - now;
Completed in 57 milliseconds