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

  /src/tests/lib/libpthread/
t_join.c 107 ATF_REQUIRE(pthread_attr_setguardsize(&attr, STACKSIZE * (i + 2)) == 0);
  /src/lib/libpthread/
pthread.h 65 int pthread_attr_setguardsize(pthread_attr_t *, size_t);
pthread_attr.c 183 pthread_attr_setguardsize(pthread_attr_t *attr, size_t guard) function in typeref:typename:int
Makefile 165 MLINKS+= pthread_attr_getguardsize.3 pthread_attr_setguardsize.3

Completed in 13 milliseconds