HomeSort by: relevance | last modified time | path
    Searched refs:pt_stack (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libpthread/
pthread.c 360 newthread->pt_stack.ss_size == stacksize &&
363 stackbase2 = newthread->pt_stack.ss_sp;
368 newthread->pt_stack.ss_size + newthread->pt_guardsize);
369 newthread->pt_stack.ss_sp = NULL;
370 newthread->pt_stack.ss_size = 0;
400 newthread->pt_stack.ss_size = stacksize;
401 newthread->pt_stack.ss_sp = stackbase2;
553 newthread->pt_stack.ss_sp, newthread->pt_stack.ss_size,
1330 pthread__main->pt_stack.ss_size = size
    [all...]
pthread_attr.c 124 p->ptap_stackaddr = thread->pt_stack.ss_sp;
125 p->ptap_stacksize = thread->pt_stack.ss_size;
pthread_int.h 101 stack_t pt_stack; /* Our stack */ member in struct:__pthread_st

Completed in 13 milliseconds