Home
last modified time | relevance | path

Searched refs:ThreadTypeTestThread (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_unittest.cc254 class ThreadTypeTestThread : public FunctionTestThread { class
256 explicit ThreadTypeTestThread(ThreadType from, ThreadType to) in ThreadTypeTestThread() function in base::__anon7bdd3a1f0311::ThreadTypeTestThread
259 ThreadTypeTestThread(const ThreadTypeTestThread&) = delete;
260 ThreadTypeTestThread& operator=(const ThreadTypeTestThread&) = delete;
262 ~ThreadTypeTestThread() override = default;
308 ThreadTypeTestThread thread(from, to); in TestSetCurrentThreadType()