OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clock_name
(Results
1 - 3
of
3
) sorted by null
/external/ltp/lib/
tst_timer.c
34
static const char *
clock_name
(clockid_t clk_id)
function
64
clock_name
(clk_id), clk_id);
/external/perfetto/src/ftrace_reader/
ftrace_procfs.h
82
// Set the clock. |
clock_name
| should be one of the names returned by
84
bool SetClock(const std::string&
clock_name
);
ftrace_procfs.cc
141
bool FtraceProcfs::SetClock(const std::string&
clock_name
) {
143
return WriteToFile(path,
clock_name
);
Completed in 107 milliseconds