Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dthread.cpp152 if (attrib->owned_stack) in cleanup_thread_resources()
200 bool owned_stack = false; in run() local
224 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()
/freebsd/contrib/llvm-project/libc/src/__support/threads/
H A Dthread.h106 unsigned char owned_stack; // Indicates if the thread owns this stack memory member
115 stacksize(0), guardsize(0), tls(0), tls_size(0), owned_stack(false), in ThreadAttributes()