Home
last modified time | relevance | path

Searched refs:detached (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/sysdeps/pthread/
Dtst-create-detached.c57 static pthread_attr_t detached; variable
73 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()
DMakefile80 tst-create-detached \
/glibc-2.36/manual/
Dthreads.texi167 the current control thread. The resources held by the detached thread
171 Calling @code{thrd_detach} on a thread that was previously detached or
187 Calling @code{thrd_join} on a thread that was previously detached or
Dprocess.texi198 canceled. This is true even for joinable threads, not just detached
/glibc-2.36/ChangeLog.old/
DChangeLog.215119 * 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)
DChangeLog.nptl6569 is created detached and if yes, do not try to free the stack in case
DChangeLog.18529 * 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,
/glibc-2.36/
DNEWS1376 exiting detached thread