Searched refs:ThreadAttributes (Results 1 – 3 of 3) sorted by relevance
81 struct alignas(STACK_ALIGNMENT) ThreadAttributes { struct113 constexpr ThreadAttributes() in ThreadAttributes() argument151 ThreadAttributes *attrib;154 constexpr Thread(ThreadAttributes *attr) : attrib(attr) {} in Thread()251 void call_atexit_callbacks(ThreadAttributes *attrib);
156 void call_atexit_callbacks(ThreadAttributes *attrib) { in call_atexit_callbacks()
139 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()