Searched refs:stackSize (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/arch-arm/bionic/
H A D_exit_with_stack_teardown.S31 @ void _exit_with_stack_teardown(void * stackBase, int stackSize, int retCode)
/bionic/libc/bionic/
H A Dpthread.c58 extern void _exit_with_stack_teardown(void * stackBase, int stackSize, int retCode);
327 size_t stackSize = (attr->stack_size + local
331 stack = mkstack(stackSize, attr->guard_size);
342 tls = (void**)(stack + stackSize - BIONIC_TLS_SLOTS*sizeof(void*));
364 munmap(stack, stackSize);

Completed in 77 milliseconds