summaryrefslogtreecommitdiff
path: root/doc/posix-functions/call_once.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-10 14:08:42 +0200
committerBruno Haible <bruno@clisp.org>2019-06-10 14:08:42 +0200
commitb8f9745c232872822c1450aa21f793919dff84ec (patch)
tree12a478072d8a2e5e1bf2c670686b15b30af6b450 /doc/posix-functions/call_once.texi
parent532a9cfee4cdeb811889b7ade9d9878f245ee03b (diff)
downloadgnulib-b8f9745c232872822c1450aa21f793919dff84ec.tar.gz
doc: Mention the ISO C11 multithreading header and functions.
* doc/posix-headers/threads.texi: New file. * doc/posix-functions/call_once.texi: New file. * doc/posix-functions/cnd_broadcast.texi: New file. * doc/posix-functions/cnd_destroy.texi: New file. * doc/posix-functions/cnd_init.texi: New file. * doc/posix-functions/cnd_signal.texi: New file. * doc/posix-functions/cnd_timedwait.texi: New file. * doc/posix-functions/cnd_wait.texi: New file. * doc/posix-functions/mtx_destroy.texi: New file. * doc/posix-functions/mtx_init.texi: New file. * doc/posix-functions/mtx_lock.texi: New file. * doc/posix-functions/mtx_timedlock.texi: New file. * doc/posix-functions/mtx_trylock.texi: New file. * doc/posix-functions/mtx_unlock.texi: New file. * doc/posix-functions/thrd_create.texi: New file. * doc/posix-functions/thrd_current.texi: New file. * doc/posix-functions/thrd_detach.texi: New file. * doc/posix-functions/thrd_equal.texi: New file. * doc/posix-functions/thrd_exit.texi: New file. * doc/posix-functions/thrd_join.texi: New file. * doc/posix-functions/thrd_sleep.texi: New file. * doc/posix-functions/thrd_yield.texi: New file. * doc/posix-functions/tss_create.texi: New file. * doc/posix-functions/tss_delete.texi: New file. * doc/posix-functions/tss_get.texi: New file. * doc/posix-functions/tss_set.texi: New file. * doc/gnulib.texi (Header File Substitutes): Include posix-headers/threads.texi. (Function Substitutes): Include the new posix-functions/*.texi files.
Diffstat (limited to 'doc/posix-functions/call_once.texi')
-rw-r--r--doc/posix-functions/call_once.texi24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/posix-functions/call_once.texi b/doc/posix-functions/call_once.texi
new file mode 100644
index 0000000000..c3b10fb5a4
--- /dev/null
+++ b/doc/posix-functions/call_once.texi
@@ -0,0 +1,24 @@
+@node call_once
+@section @code{call_once}
+@findex call_once
+
+Documentation:@*
+@ifinfo
+@ref{Call Once,,Call Once,libc}.
+@end ifinfo
+@ifnotinfo
+@url{https://www.gnu.org/software/libc/manual/html_node/Call-Once.html}.
+@end ifnotinfo
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on many platforms:
+glibc 2.27, Mac OS X 10.5, FreeBSD 9.3, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.3, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
+@end itemize