Searched defs:stack_base (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dpthread.h70 void * stack_base; member in struct:__anon30
/bionic/libc/bionic/
H A Dpthread.c86 .stack_base = NULL,
168 return thread->attr.stack_base;
210 void _init_thread(pthread_internal_t * thread, pid_t kernel_id, pthread_attr_t * attr, void * stack_base) argument
217 thread->attr.stack_base = stack_base;
321 if (!attr->stack_base) {
329 stack = attr->stack_base;
456 attr->stack_base = stack_addr;
463 *stack_addr = (char*)attr->stack_base + attr->stack_size;
467 int pthread_attr_setstack(pthread_attr_t * attr, void * stack_base, size_ argument
480 pthread_attr_getstack(pthread_attr_t const * attr, void ** stack_base, size_t * stack_size) argument
557 void* stack_base = thread->attr.stack_base; local
[all...]

Completed in 75 milliseconds