Home
last modified time | relevance | path

Searched refs:tasks_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dprocess_info.cc54 char tasks_path[64]; in ReadThreadNames() local
55 sprintf(tasks_path, "/proc/%d/task", pid_); in ReadThreadNames()
59 file_utils::ForEachPidInProcPath(tasks_path, [pid, threads](int tid) { in ReadThreadNames()
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise09.c63 static char tasks_path[PATH_MAX]; variable
109 snprintf(tasks_path, sizeof(tasks_path), "%s/tasks", cgroup_path); in setup_cgroup_paths()
176 SAFE_FILE_PRINTF(tasks_path, "%i", getpid()); in child()