Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_thread_freertos/
H A Dthread.cc64 if (context.dynamically_allocated()) { in ThreadEntryPoint()
114 if (context.dynamically_allocated()) { in TerminateThread()
/aosp_15_r20/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
H A Dcontext.h75 bool dynamically_allocated() const { return dynamically_allocated_; } in dynamically_allocated() function