Searched refs:allowed_threads (Results 1 – 2 of 2) sorted by relevance
58 const std::vector<base::PlatformThreadId>& allowed_threads) { in SetAllowedThreads() argument62 std::copy(allowed_threads.begin(), allowed_threads.end(), in SetAllowedThreads()72 AllowedThreadsVector* allowed_threads = g_allowed_threads.Pointer(); in GetForCurrentThread() local73 if (!allowed_threads->empty()) { in GetForCurrentThread()75 for (AllowedThreadsVector::const_iterator it = allowed_threads->begin(); in GetForCurrentThread()76 it != allowed_threads->end(); ++it) { in GetForCurrentThread()
196 const std::vector<base::PlatformThreadId>& allowed_threads); in NON_EXPORTED_BASE()