Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dallocatestack.c94 # define TLS_TPADJ(pd) (pd) macro
96 # define TLS_TPADJ(pd) ((struct pthread *)((char *) (pd) + TLS_PRE_TCB_SIZE)) macro
239 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()
A DChangeLog7674 * allocatestack.c (TLS_TPADJ): Add TLS_PRE_TCB_SIZE instead of
8743 (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 15 milliseconds