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

  /src/tests/lib/libpthread/
t_stack.c 128 extern size_t pthread__guardsize; /* pthread_int.h */
129 ATF_CHECK_EQ_MSG(guardsize, pthread__guardsize,
130 "guardsize=%u pthread__guardsize=%zu",
131 guardsize, pthread__guardsize);
  /src/lib/libpthread/
pthread_attr.c 69 p->ptap_guardsize = pthread__guardsize;
174 *guard = pthread__guardsize;
pthread.c 136 size_t pthread__guardsize; variable in typeref:typename:size_t
237 pthread__guardsize = value;
239 pthread__guardsize = pthread__pagesize;
351 guardsize = pthread__guardsize;
pthread_int.h 173 extern size_t pthread__guardsize;

Completed in 14 milliseconds