Searched refs:use_fd_cache (Results 1 – 4 of 4) sorted by relevance
32 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache = false);
122 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache) { in SetTaskProfiles() argument123 return TaskProfiles::GetInstance().SetTaskProfiles(tid, profiles, use_fd_cache); in SetTaskProfiles()
183 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache);
545 bool use_fd_cache) { in SetTaskProfiles() argument549 if (use_fd_cache) { in SetTaskProfiles()