Searched refs:TLS_TPADJ (Results 1 – 2 of 2) sorted by relevance
94 # define TLS_TPADJ(pd) (pd) macro96 # define TLS_TPADJ(pd) ((struct pthread *)((char *) (pd) + TLS_PRE_TCB_SIZE)) macro239 dtv_t *dtv = GET_DTV (TLS_TPADJ (result)); in get_cached_stack()243 _dl_allocate_tls_init (TLS_TPADJ (result)); in get_cached_stack()273 _dl_deallocate_tls (TLS_TPADJ (curr), false); in __free_stacks()421 if (_dl_allocate_tls (TLS_TPADJ (pd)) == NULL) in allocate_stack()559 if (_dl_allocate_tls (TLS_TPADJ (pd)) == NULL) in allocate_stack()612 _dl_deallocate_tls (TLS_TPADJ (pd), false); in allocate_stack()719 _dl_deallocate_tls (TLS_TPADJ (pd), false); in __deallocate_stack()1125 dtv_t *dtv = GET_DTV (TLS_TPADJ (curp)); in init_one_static_tls()
7674 * allocatestack.c (TLS_TPADJ): Add TLS_PRE_TCB_SIZE instead of8743 (TLS_TPADJ): New macro.8744 (get_cached_stack, queue_stack, __deallocate_stack): Use TLS_TPADJ.8746 NEED_SEPARATE_REGISTER_STACK. Use TLS_TPADJ.
Completed in 14 milliseconds