Home
last modified time | relevance | path

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

/external/pigweed/pw_thread/public/pw_thread/
Dcontext.h73 class ThreadContextFor {
75 constexpr ThreadContextFor() = default;
77 ThreadContextFor(const ThreadContextFor&) = delete;
78 ThreadContextFor& operator=(const ThreadContextFor&) = delete;
Dnative_options.h64 ThreadContextFor<kAttributes>& context) { in GetThreadOptions()
Dthread.h121 Thread(ThreadContextFor<kAttributes>& context, Function<void()>&& entry) in Thread()
/external/pigweed/pw_thread/
Dthread_creation_test.cc122 TEST_F(ThreadCreationTest, ThreadContextFor) { in TEST_F() argument
123 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;