Home
last modified time | relevance | path

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

/nptl/
A Dallocatestack.c221 size_t tls_static_size_for_stack = __nptl_tls_static_size_for_stack (); in allocate_stack() local
253 && attr->stacksize < (tls_static_size_for_stack in allocate_stack()
263 adj = ((uintptr_t) stackaddr - tls_static_size_for_stack) in allocate_stack()
277 - tls_static_size_for_stack - adj) in allocate_stack()
355 if (__builtin_expect (size < ((guardsize + tls_static_size_for_stack in allocate_stack()
387 - tls_static_size_for_stack) in allocate_stack()
571 stacktop = ((char *) (pd + 1) - tls_static_size_for_stack); in allocate_stack()

Completed in 4 milliseconds