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

  /src/lib/libpthread/
pthread.c 354 newthread->pt_guardsize == guardsize)
358 stackbase2 = (char *)stackbase2 - newthread->pt_guardsize;
361 newthread->pt_stack.ss_size + newthread->pt_guardsize);
364 newthread->pt_guardsize = 0;
393 newthread->pt_guardsize = guardsize;
1325 pthread__main->pt_guardsize = pthread__pagesize;
1331 pthread__main->pt_guardsize = value;
pthread_int.h 104 size_t pt_guardsize; member in struct:__pthread_st
pthread_attr.c 126 p->ptap_guardsize = thread->pt_guardsize;

Completed in 67 milliseconds