OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimeValToMicroseconds
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/base/process/
process_metrics_posix.cc
14
int64
TimeValToMicroseconds
(const struct timeval& tv) {
process_metrics_mac.cc
258
int64 time =
TimeValToMicroseconds
(now);
259
int64 task_time =
TimeValToMicroseconds
(task_timeval);
process_metrics.h
100
BASE_EXPORT int64
TimeValToMicroseconds
(const struct timeval& tv);
process_metrics_openbsd.cc
115
int64 time =
TimeValToMicroseconds
(now);
process_metrics_linux.cc
188
int64 time =
TimeValToMicroseconds
(now);
/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 87 milliseconds