Searched refs:g_allowed_threads (Results 1 – 1 of 1) sorted by relevance
42 static base::LazyInstance<AllowedThreadsVector> g_allowed_threads = variable61 g_allowed_threads.Get().clear(); in SetAllowedThreads()63 std::back_inserter(g_allowed_threads.Get())); in SetAllowedThreads()72 AllowedThreadsVector* allowed_threads = g_allowed_threads.Pointer(); in GetForCurrentThread()