Searched refs:TLS_TPADJ (Results 1 – 3 of 3) sorted by relevance
78 _dl_deallocate_tls (TLS_TPADJ (curr), false); in libc_hidden_def()126 _dl_deallocate_tls (TLS_TPADJ (pd), false); in __nptl_deallocate_stack()
135 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()
422 # define TLS_TPADJ(pd) (pd) macro424 # define TLS_TPADJ(pd) ((struct pthread *)((char *) (pd) + TLS_PRE_TCB_SIZE)) macro
Completed in 5 milliseconds