We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be4dec commit 6f5999bCopy full SHA for 6f5999b
threads.tex
@@ -1519,7 +1519,7 @@
1519
\item non-portable APIs have the \texttt{\_np} suffix (\emph{non-portable}) and
1520
individual systems define their own calls.
1521
1522
-\item FreeBSD + Solaris
+\item FreeBSD, Solaris
1523
\begin{itemize}
1524
\item \funnm{pthread\_set\_name\_np}\texttt{(pthread\_t tid, const char *name)}
1525
\item[$\rightarrow$] can give a name to a thread
@@ -1531,7 +1531,7 @@
1531
\item[$\rightarrow$] like \texttt{timedwait}, however the timeout is relative
1532
\end{itemize}
1533
1534
-\item OpenBSD
+\item OpenBSD, macOS
1535
1536
\item \texttt{int} \funnm{pthread\_main\_np}\texttt{(void)}
1537
\item[$\rightarrow$] find out if calling thread is the main one
0 commit comments