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

  /src/lib/libpthread/
pthread.c 361 newthread->pt_guardsize == guardsize)
365 stackbase2 = (char *)stackbase2 - newthread->pt_guardsize;
368 newthread->pt_stack.ss_size + newthread->pt_guardsize);
371 newthread->pt_guardsize = 0;
402 newthread->pt_guardsize = guardsize;
1331 pthread__main->pt_guardsize = pthread__pagesize;
1337 pthread__main->pt_guardsize = value;
pthread_int.h 103 size_t pt_guardsize; member in struct:__pthread_st
pthread_attr.c 126 p->ptap_guardsize = thread->pt_guardsize;

Completed in 15 milliseconds