Searched defs:statfile (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dsched_policy.cpp371 char statfile[64]; local
375 snprintf(statfile, sizeof(statfile), "/proc/%d/stat", tid);
378 int fd = open(statfile, O_RDONLY | O_CLOEXEC);

Completed in 63 milliseconds