Searched refs:pthread_attr_getstacksize (Results 1 – 20 of 20) sorted by relevance
| /freebsd-10-stable/lib/libkse/test/ |
| D | guard_b.c | 110 assert(pthread_attr_getstacksize(&attr, &def_stacksize) == 0); in main() 114 assert(pthread_attr_getstacksize(&attr, &def_stacksize) == 0); in main()
|
| /freebsd-10-stable/lib/libkse/thread/ |
| D | thr_attr_getstacksize.c | 38 __weak_reference(_pthread_attr_getstacksize, pthread_attr_getstacksize);
|
| /freebsd-10-stable/contrib/ntp/lib/isc/pthreads/ |
| D | thread.c | 43 ret = pthread_attr_getstacksize(&attr, &stacksize); in isc_thread_create()
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/ |
| D | t_join.c | 159 ATF_REQUIRE(pthread_attr_getstacksize(&attr, &stacksize) == 0); in threadfunc2()
|
| /freebsd-10-stable/include/ |
| D | pthread.h | 150 int pthread_attr_getstacksize(const pthread_attr_t *, size_t *);
|
| /freebsd-10-stable/lib/libthr/ |
| D | pthread.map | 27 pthread_attr_getstacksize;
|
| /freebsd-10-stable/lib/libkse/ |
| D | kse.map | 41 pthread_attr_getstacksize;
|
| /freebsd-10-stable/lib/libc/include/ |
| D | un-namespace.h | 78 #undef pthread_attr_getstacksize
|
| D | namespace.h | 97 #define pthread_attr_getstacksize _pthread_attr_getstacksize macro
|
| /freebsd-10-stable/contrib/gcclibs/libgomp/ |
| D | team.c | 275 if (! pthread_attr_getstacksize (&gomp_thread_attr, &stacksize)) in gomp_team_start()
|
| /freebsd-10-stable/share/man/man3/ |
| D | Makefile | 279 pthread_attr.3 pthread_attr_getstacksize.3 \
|
| /freebsd-10-stable/lib/libc/gen/ |
| D | Symbol.map | 16 pthread_attr_getstacksize;
|
| D | _pthread_stubs.c | 248 STUB_FUNC2(pthread_attr_getstacksize, PJT_ATTR_GETSTACKSIZE, int, void *, void *)
|
| /freebsd-10-stable/lib/libthr/thread/ |
| D | thr_attr.c | 317 __weak_reference(_pthread_attr_getstacksize, pthread_attr_getstacksize);
|
| /freebsd-10-stable/contrib/ntp/libntp/ |
| D | work_thread.c | 591 rc = pthread_attr_getstacksize(&thr_attr, &ostacksize);
|
| /freebsd-10-stable/contrib/ntp/sntp/m4/ |
| D | ntp_libntp.m4 | 410 AC_CHECK_FUNCS([pthread_attr_getstacksize])
|
| /freebsd-10-stable/contrib/ntp/sntp/ |
| D | config.h.in | 284 /* Define to 1 if you have the `pthread_attr_getstacksize' function. */
|
| D | configure | 14349 for ac_func in pthread_attr_getstacksize
|
| /freebsd-10-stable/contrib/ntp/ |
| D | config.h.in | 694 /* Define to 1 if you have the `pthread_attr_getstacksize' function. */
|
| D | configure | 23674 for ac_func in pthread_attr_getstacksize
|