Searched refs:owned_stack (Results 1 – 2 of 2) sorted by relevance
87 if (attrib->owned_stack) in cleanup_thread_resources()143 bool owned_stack = false; in run() local152 owned_stack = true; in run()181 attrib->owned_stack = owned_stack; in run()
88 unsigned char owned_stack; // Indicates if the thread owns this stack memory in alignas() local96 stack_size(0), tls(0), tls_size(0), owned_stack(false), tid(-1), in alignas()