Searched refs:use_fd_cache (Results 1 – 4 of 4) sorted by relevance
33 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache = false);
213 bool use_fd_cache);214 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache);
808 const std::vector<std::string>& profiles, bool use_fd_cache) { in SetProcessProfiles() argument813 if (use_fd_cache) { in SetProcessProfiles()829 bool use_fd_cache) { in SetTaskProfiles() argument834 if (use_fd_cache) { in SetTaskProfiles()
158 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache) { in SetTaskProfiles() argument159 return TaskProfiles::GetInstance().SetTaskProfiles(tid, profiles, use_fd_cache); in SetTaskProfiles()