Home
last modified time | relevance | path

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

/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()
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dprocfs_utils.cc76 char tasks_path[64]; in ReadProcessThreads() local
77 sprintf(tasks_path, "/proc/%d/task", process->pid); in ReadProcessThreads()
78 ForEachPidInProcPath(tasks_path, [process](int tid) { in ReadProcessThreads()