libuv/docs/src/guide
Scott Parker ec96b55438
unix,win: add uv_mutex_init_recursive()
Support the creation of recursive mutexes on Unix. A matching
API is added on Windows, however mutexes on Windows are always
recursive.

Refs: https://github.com/libuv/libuv/issues/1022
PR-URL: https://github.com/libuv/libuv/pull/1555
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2017-10-02 10:01:09 -04:00
..
about.rst doc: remove licensing note from guide/about 2017-04-28 11:15:47 +02:00
basics.rst docs: fix guide source code example paths 2017-07-25 00:28:17 +02:00
eventloops.rst docs: fix guide source code example paths 2017-07-25 00:28:17 +02:00
filesystem.rst docs: fix guide source code example paths 2017-07-25 00:28:17 +02:00
introduction.rst doc: add initial version of the User Guide 2017-04-28 11:15:10 +02:00
networking.rst docs: fix guide source code example paths 2017-07-25 00:28:17 +02:00
processes.rst docs: fix guide source code example paths 2017-07-25 00:28:17 +02:00
threads.rst unix,win: add uv_mutex_init_recursive() 2017-10-02 10:01:09 -04:00
utilities.rst docs: fix guide source code example paths 2017-07-25 00:28:17 +02:00