Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_fuchsia.cc58 zx::thread dup_thread; local
60 zx::thread::self()->duplicate(ZX_RIGHT_SAME_RIGHTS, &dup_thread);
66 {{.thread_handle = std::move(dup_thread),