Searched refs:owned_stack (Results 1 – 2 of 2) sorted by relevance
152 if (attrib->owned_stack) in cleanup_thread_resources()200 bool owned_stack = false; in run() local224 owned_stack = true; in run()231 if (owned_stack) in run()263 if (owned_stack) in run()282 attrib->owned_stack = owned_stack; in run()
106 unsigned char owned_stack; // Indicates if the thread owns this stack memory member115 stacksize(0), guardsize(0), tls(0), tls_size(0), owned_stack(false), in ThreadAttributes()