Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_freertos/
Dthread.cc55 if (context.dynamically_allocated()) { in RunThread()
102 if (context.dynamically_allocated()) { in TerminateThread()
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h70 bool dynamically_allocated() const { return dynamically_allocated_; } in dynamically_allocated() function