Searched refs:GetThreadOptions (Results 1 – 1 of 1) sorted by relevance
374 base::Thread::Options GetThreadOptions(const char* name) { in GetThreadOptions() function4025 : base::Thread(GetThreadOptions("IsolateThread")), group_(group) {} in IsolateThread()