Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread_linux.cc51 FilePath tasks_filepath = cgroup_directory.Append(FILE_PATH_LITERAL("tasks")); in SetThreadCgroup() local
53 int bytes_written = WriteFile(tasks_filepath, tid.c_str(), tid.size()); in SetThreadCgroup()
55 DVLOG(1) << "Failed to add " << tid << " to " << tasks_filepath.value(); in SetThreadCgroup()