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 73 p->ptap_guardsize = pthread__guardsize;
178 *guard = pthread__guardsize;
pthread_int.h 173 extern size_t pthread__guardsize;
pthread.c 136 size_t pthread__guardsize; variable in typeref:typename:size_t
239 pthread__guardsize = value;
241 pthread__guardsize = pthread__pagesize;
353 guardsize = pthread__guardsize;

Completed in 44 milliseconds