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

  /src/tests/lib/libpthread/
t_join.c 107 ATF_REQUIRE(pthread_attr_setguardsize(&attr, STACKSIZE * (i + 2)) == 0);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d 1037 int pthread_attr_setguardsize(pthread_attr_t*, size_t);
1052 int pthread_attr_setguardsize(pthread_attr_t*, size_t);
1066 int pthread_attr_setguardsize(pthread_attr_t*, size_t);
1085 int pthread_attr_setguardsize(pthread_attr_t*, size_t);
1103 int pthread_attr_setguardsize(pthread_attr_t*, size_t);
1122 int pthread_attr_setguardsize(pthread_attr_t*, size_t);
1140 int pthread_attr_setguardsize(pthread_attr_t*, size_t);
1158 int pthread_attr_setguardsize(pthread_attr_t*, size_t);
1172 int pthread_attr_setguardsize(pthread_attr_t*, size_t);
1202 int pthread_attr_setguardsize(pthread_attr_t*, size_t)
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_posix.c 172 pthread_attr_setguardsize( &attr, LDAP_PVT_THREAD_STACK_SIZE );
  /src/lib/libpthread/
pthread_attr.c 187 pthread_attr_setguardsize(pthread_attr_t *attr, size_t guard) function
pthread.h 65 int pthread_attr_setguardsize(pthread_attr_t *, size_t);
Makefile 181 MLINKS+= pthread_attr_getguardsize.3 pthread_attr_setguardsize.3

Completed in 16 milliseconds