Searched refs:pthread_attr_setstack (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dlibc_init_common.c71 pthread_attr_setstack(&thread_attr, (void*)stackbottom, stacksize);
H A Dpthread.c467 int pthread_attr_setstack(pthread_attr_t * attr, void * stack_base, size_t stack_size) function
/bionic/libc/include/
H A Dpthread.h128 int pthread_attr_setstack(pthread_attr_t * attr, void * stackaddr, size_t stack_size);

Completed in 39 milliseconds