Home
last modified time | relevance | path

Searched refs:exiting (Results 1 – 22 of 22) sorted by relevance

/glibc-2.36/sysdeps/pthread/
Dtst-cond18.c29 bool exiting; variable
40 while (!exiting) in tf()
60 while (!exiting) in tf()
62 while (!nn && !exiting) in tf()
108 exiting = true; in do_test()
Dtst-cond16.c28 bool n, exiting; variable
40 while (n && !exiting) in tf()
49 if (exiting) in tf()
95 exiting = true; in do_test()
Dtst-pthread_kill-exiting.c51 static bool exiting; variable
62 if (exiting) in sender_thread_function()
110 exiting = true; in do_test()
DMakefile128 tst-pthread_kill-exiting \
/glibc-2.36/nptl/
Dpthread_kill.c53 if (pd->exiting) in __pthread_kill_implementation()
Ddescr.h399 bool exiting; member
Dallocatestack.c129 result->exiting = false; in get_cached_stack()
Dpthread_create.c514 pd->exiting = true; in start_thread()
/glibc-2.36/manual/
Dargp.texi80 exiting. This behavior is true if an error is detected, or when an
951 @code{ARGP_NO_EXIT}. This is based on the assumption that silent exiting
987 Turns off any message-printing/exiting options, specifically
Dstartup.texi862 @dfn{exit status}. This is a value between 0 and 255 that the exiting
936 exiting. It is much more robust to make the cleanup invisible to the
Dinstall.texi367 all problems found and exiting with error status if any problems
Dusers.texi301 @c threads that are not exiting, signal them until no thread remains
308 @c mark it with SETXID_BITMASK if it's not exiting
Dmemory.texi130 @cindex exiting a program
2874 within one function, exiting a scope in which a variable-sized array was
Dterminal.texi1858 exiting or terminating with a signal. It uses the @code{atexit}
Dstdio.texi4773 is not a good idea unless you close the file before exiting the block
/glibc-2.36/
DINSTALL338 problems found and exiting with error status if any problems occurred.
DNEWS1376 exiting detached thread
6924 function for printing error messages and optionally exiting; this is the
/glibc-2.36/ChangeLog.old/
DChangeLog.178627 (__cleanup): Free shared library when exiting.
8629 (__cleanup): Free shared library when exiting.
14217 When no unsorted block matches perfectly and an exiting block has
DChangeLog.241204 hurd: Fix pthread_kill on exiting/ted thread
10656 * sysdeps/pthread/tst-pthread_kill-exiting.c: New file.
DChangeLog.nptl1916 * allocatestack.c (setxid_mark_thread): Ensure that the exiting
5911 threads check whether they are exiting and if yes, don't send a signal.
DChangeLog.712304 variable instead of always exiting with value 1.
DChangeLog.1851966 before exiting on error.