Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_thread_stl/public/pw_thread_stl/
H A Dtest_thread_context_native.h21 class TestThreadContextNative {
23 constexpr TestThreadContextNative() = default;
25 TestThreadContextNative(const TestThreadContextNative&) = delete;
26 TestThreadContextNative& operator=(const TestThreadContextNative&) = delete;
28 ~TestThreadContextNative() = default;
/aosp_15_r20/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
H A Dtest_thread_context_native.h22 class TestThreadContextNative {
26 constexpr TestThreadContextNative() { options_.set_static_context(context_); } in TestThreadContextNative() function
28 TestThreadContextNative(const TestThreadContextNative&) = delete;
29 TestThreadContextNative& operator=(const TestThreadContextNative&) = delete;
31 ~TestThreadContextNative() = default;
/aosp_15_r20/external/pigweed/pw_thread/public/pw_thread/
H A Dtest_thread_context.h64 backend::TestThreadContextNative context_;