OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimeValToMicroseconds
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/
process_util.h
529
BASE_API int64
TimeValToMicroseconds
(const struct timeval& tv);
process_util_linux.cc
442
int64 time =
TimeValToMicroseconds
(now);
process_util_posix.cc
861
int64
TimeValToMicroseconds
(const struct timeval& tv) {
[
all
...]
Completed in 64 milliseconds