We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619928c commit 5b15deaCopy full SHA for 5b15dea
threads.tex
@@ -1573,6 +1573,10 @@
1573
\item for naming threads, Linux distributions might have
1574
\texttt{pthread\_setname\_np} (i.e. without the underscore, unlike the
1575
Solaris/FreeBSD), further cementing the non-portability character.
1576
+Anyhow, named threads might be visible in debuggers or in the output
1577
+of utilities such as \texttt{ps} (for the latter, that would be in the
1578
+\texttt{COMMAND} column, which is usually reserved for program path and its
1579
+arguments).
1580
\item Non-portable calls should be used either for system programs or
1581
debugging. You never know when the code will be executed on different system,
1582
which typically happens once you leave the company and having the time to
0 commit comments