OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:left_timespec
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc
426
struct nacl_abi_timespec
left_timespec
;
local
427
left_timespec
.tv_sec = left_to_wait / NACL_MICROS_PER_UNIT;
428
left_timespec
.tv_nsec =
430
NaClXCondVarTimedWaitRelative(&cond_, &mu_, &
left_timespec
);
Completed in 1153 milliseconds