Home
last modified time | relevance | path

Searched refs:ThreadAttributes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/threads/
H A Dthread.h81 struct alignas(STACK_ALIGNMENT) ThreadAttributes { struct
113 constexpr ThreadAttributes() in ThreadAttributes() argument
151 ThreadAttributes *attrib;
154 constexpr Thread(ThreadAttributes *attr) : attrib(attr) {} in Thread()
251 void call_atexit_callbacks(ThreadAttributes *attrib);
H A Dthread.cpp156 void call_atexit_callbacks(ThreadAttributes *attrib) { in call_atexit_callbacks()
/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dthread.cpp139 ThreadAttributes *thread_attrib;
148 cleanup_thread_resources(ThreadAttributes *attrib) { in cleanup_thread_resources()
250 sizeof(StartArgs) + sizeof(ThreadAttributes) + sizeof(Futex); in run()
275 reinterpret_cast<ThreadAttributes *>(adjusted_stack + sizeof(StartArgs)); in run()
291 adjusted_stack + sizeof(StartArgs) + sizeof(ThreadAttributes)); in run()