Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
H A Dcontext.h76 void set_dynamically_allocated() { dynamically_allocated_ = true; } in set_dynamically_allocated() function
/aosp_15_r20/external/pigweed/pw_thread_freertos/
H A Dthread.cc163 native_type_out->set_dynamically_allocated(); in CreateThread()