Searched refs:__allocate_stack_mte_ringbuffer (Results 1 – 4 of 4) sorted by relevance
184 __LIBC_HIDDEN__ void* __allocate_stack_mte_ringbuffer(size_t n, pthread_internal_t* thread) { in __allocate_stack_mte_ringbuffer() function216 __allocate_stack_mte_ringbuffer(0, t->is_main() ? nullptr : t); in __pthread_internal_remap_stack_with_mte()
218 __LIBC_HIDDEN__ void* __allocate_stack_mte_ringbuffer(size_t n, pthread_internal_t* thread);
306 __get_bionic_tcb()->tls_slot(TLS_SLOT_STACK_MTE) = __allocate_stack_mte_ringbuffer(0, nullptr); in __libc_init_mte_stack()
365 thread->bionic_tcb->tls_slot(TLS_SLOT_STACK_MTE) = __allocate_stack_mte_ringbuffer(0, thread); in __pthread_start()