Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dtask_profiles.cpp343 bool SetCgroupAction::AddTidToCgroup(pid_t tid, int fd, ResourceCacheType cache_type) const { in AddTidToCgroup() function in SetCgroupAction
385 if (!AddTidToCgroup(id, fd_[cache_type], cache_type)) { in UseCachedFd()
420 if (!AddTidToCgroup(pid, tmp_fd, RCT_PROCESS)) { in ExecuteForProcess()
441 if (!AddTidToCgroup(tid, tmp_fd, RCT_TASK)) { in ExecuteForTask()
Dtask_profiles.h163 bool AddTidToCgroup(pid_t tid, int fd, ResourceCacheType cache_type) const;