Searched refs:task_path (Results 1 – 2 of 2) sorted by relevance
417 char task_path[64]; in ptrace_siblings() local419 snprintf(task_path, sizeof(task_path), "/proc/%d/task", pid); in ptrace_siblings()421 std::unique_ptr<DIR, int (*)(DIR*)> d(opendir(task_path), closedir); in ptrace_siblings()
414 char task_path[128]; in GetThreads() local415 snprintf(task_path, sizeof(task_path), "/proc/%d/task", pid); in GetThreads()417 DIR* tasks_dir = opendir(task_path); in GetThreads()