Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h63 bool detached() const { return detached_; } in detached()
64 void set_detached(bool value = true) { detached_ = value; }
89 bool detached_ = false; variable
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h79 bool detached() const { return detached_; } in detached()
80 void set_detached(bool value = true) { detached_ = value; }
103 bool detached_ = false; variable