Home
last modified time | relevance | path

Searched refs:__allocate_stack_mte_ringbuffer (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_internal.cpp184 __LIBC_HIDDEN__ void* __allocate_stack_mte_ringbuffer(size_t n, pthread_internal_t* thread) { in __allocate_stack_mte_ringbuffer() function
216 __allocate_stack_mte_ringbuffer(0, t->is_main() ? nullptr : t); in __pthread_internal_remap_stack_with_mte()
H A Dpthread_internal.h218 __LIBC_HIDDEN__ void* __allocate_stack_mte_ringbuffer(size_t n, pthread_internal_t* thread);
H A Dlibc_init_mte.cpp306 __get_bionic_tcb()->tls_slot(TLS_SLOT_STACK_MTE) = __allocate_stack_mte_ringbuffer(0, nullptr); in __libc_init_mte_stack()
H A Dpthread_create.cpp365 thread->bionic_tcb->tls_slot(TLS_SLOT_STACK_MTE) = __allocate_stack_mte_ringbuffer(0, thread); in __pthread_start()