Searched refs:detached (Results 1 – 8 of 8) sorted by relevance
57 static pthread_attr_t detached; variable73 ret = pthread_create (&thr, &detached, do_nothing, NULL); in creator_thread()108 xpthread_attr_init (&detached); in do_test()110 xpthread_attr_setdetachstate (&detached, PTHREAD_CREATE_DETACHED); in do_test()118 xpthread_attr_setstacksize (&detached, 16 * 1024 * 1024); in do_test()130 xpthread_attr_destroy (&detached); in do_test()
80 tst-create-detached \
167 the current control thread. The resources held by the detached thread171 Calling @code{thrd_detach} on a thread that was previously detached or187 Calling @code{thrd_join} on a thread that was previously detached or
198 canceled. This is true even for joinable threads, not just detached
5119 * nptl/tst-create-detached.c: Move to...5120 * sysdeps/pthread/tst-create-detached.c: ... here.6967 nptl: wait for pending setxid request also in detached thread (bug 25942)
6569 is created detached and if yes, do not try to free the stack in case
529 * nptl/tst-create-detached.c (TIMEOUT): Define to 100.10571 * nptl/tst-create-detached.c: New file.10572 * nptl/Makefile (tests): Add tst-create-detached.37139 * sysdeps/nacl/exit-thread.h (__exit_thread): If not detached,
1376 exiting detached thread