]> Savannah Git Hosting - gnulib.git/commit
doc: Mention the ISO C11 multithreading header and functions.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:42 +0000 (14:08 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:42 +0000 (14:08 +0200)
commitb8f9745c232872822c1450aa21f793919dff84ec
tree12a478072d8a2e5e1bf2c670686b15b30af6b450
parent532a9cfee4cdeb811889b7ade9d9878f245ee03b
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.
27 files changed:
doc/gnulib.texi
doc/posix-functions/call_once.texi [new file with mode: 0644]
doc/posix-functions/cnd_broadcast.texi [new file with mode: 0644]
doc/posix-functions/cnd_destroy.texi [new file with mode: 0644]
doc/posix-functions/cnd_init.texi [new file with mode: 0644]
doc/posix-functions/cnd_signal.texi [new file with mode: 0644]
doc/posix-functions/cnd_timedwait.texi [new file with mode: 0644]
doc/posix-functions/cnd_wait.texi [new file with mode: 0644]
doc/posix-functions/mtx_destroy.texi [new file with mode: 0644]
doc/posix-functions/mtx_init.texi [new file with mode: 0644]
doc/posix-functions/mtx_lock.texi [new file with mode: 0644]
doc/posix-functions/mtx_timedlock.texi [new file with mode: 0644]
doc/posix-functions/mtx_trylock.texi [new file with mode: 0644]
doc/posix-functions/mtx_unlock.texi [new file with mode: 0644]
doc/posix-functions/thrd_create.texi [new file with mode: 0644]
doc/posix-functions/thrd_current.texi [new file with mode: 0644]
doc/posix-functions/thrd_detach.texi [new file with mode: 0644]
doc/posix-functions/thrd_equal.texi [new file with mode: 0644]
doc/posix-functions/thrd_exit.texi [new file with mode: 0644]
doc/posix-functions/thrd_join.texi [new file with mode: 0644]
doc/posix-functions/thrd_sleep.texi [new file with mode: 0644]
doc/posix-functions/thrd_yield.texi [new file with mode: 0644]
doc/posix-functions/tss_create.texi [new file with mode: 0644]
doc/posix-functions/tss_delete.texi [new file with mode: 0644]
doc/posix-functions/tss_get.texi [new file with mode: 0644]
doc/posix-functions/tss_set.texi [new file with mode: 0644]
doc/posix-headers/threads.texi [new file with mode: 0644]