Home
last modified time | relevance | path

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

/nptl/
A Dnptl-stack.c78 _dl_deallocate_tls (TLS_TPADJ (curr), false); in libc_hidden_def()
126 _dl_deallocate_tls (TLS_TPADJ (pd), false); in __nptl_deallocate_stack()
A Dallocatestack.c135 dtv_t *dtv = GET_DTV (TLS_TPADJ (result)); in get_cached_stack()
141 _dl_allocate_tls_init (TLS_TPADJ (result)); in get_cached_stack()
309 if (_dl_allocate_tls (TLS_TPADJ (pd)) == NULL) in allocate_stack()
430 if (_dl_allocate_tls (TLS_TPADJ (pd)) == NULL) in allocate_stack()
493 _dl_deallocate_tls (TLS_TPADJ (pd), false); in allocate_stack()
A Ddescr.h422 # define TLS_TPADJ(pd) (pd) macro
424 # define TLS_TPADJ(pd) ((struct pthread *)((char *) (pd) + TLS_PRE_TCB_SIZE)) macro

Completed in 5 milliseconds