Lines Matching defs:tcb
5388 tls_get_addr_slow(struct tcb *tcb, int index, size_t offset, bool locked) in tls_get_addr_slow()
5429 tls_get_addr_common(struct tcb *tcb, int index, size_t offset) in tls_get_addr_common()
5452 tcb_list_entry_from_tcb(struct tcb *tcb) in tcb_list_entry_from_tcb()
5462 tcb_list_insert(struct tcb *tcb) in tcb_list_insert()
5471 tcb_list_remove(struct tcb *tcb) in tcb_list_remove()
5485 get_tls_block_ptr(void *tcb, size_t tcbsize) in get_tls_block_ptr()
5520 struct tcb *tcb; in allocate_tls() local
5597 free_tls(void *tcb, size_t tcbsize, size_t tcbalign __unused) in free_tls()
5641 struct tcb *tcb; in allocate_tls() local
5711 free_tls(void *tcb, size_t tcbsize __unused, size_t tcbalign) in free_tls()
5750 allocate_module_tls(struct tcb *tcb, int index) in allocate_module_tls()
5877 _rtld_free_tls(void *tcb, size_t tcbsize, size_t tcbalign) in _rtld_free_tls()
6225 struct tcb *tcb; in distribute_static_tls() local