Searched refs:ThreadTypeTestThread (Results 1 – 1 of 1) sorted by relevance
253 class ThreadTypeTestThread : public FunctionTestThread { class255 explicit ThreadTypeTestThread(ThreadType from, ThreadType to) in ThreadTypeTestThread() function in base::__anon74dfa4fd0311::ThreadTypeTestThread258 ThreadTypeTestThread(const ThreadTypeTestThread&) = delete;259 ThreadTypeTestThread& operator=(const ThreadTypeTestThread&) = delete;261 ~ThreadTypeTestThread() override = default;307 ThreadTypeTestThread thread(from, to); in TestSetCurrentThreadType()