Searched refs:ThreadContextFor (Results 1 – 4 of 4) sorted by relevance
73 class ThreadContextFor {75 constexpr ThreadContextFor() = default;77 ThreadContextFor(const ThreadContextFor&) = delete;78 ThreadContextFor& operator=(const ThreadContextFor&) = delete;
64 ThreadContextFor<kAttributes>& context) { in GetThreadOptions()
121 Thread(ThreadContextFor<kAttributes>& context, Function<void()>&& entry) in Thread()
122 TEST_F(ThreadCreationTest, ThreadContextFor) { in TEST_F() argument123 pw::ThreadContextFor<kThread1024> context; in TEST_F()131 pw::ThreadContextFor<kThreadExternal> context; in TEST_F()139 pw::ThreadContextFor<kThread0> context; in TEST_F()157 pw::ThreadContextFor<kAttrs> context_for_attrs;