libuv/src/win
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
..
async.c unix,windows: refactor request init logic 2017-03-21 16:14:09 +01:00
atomicops-inl.h win: remove __declspec(inline) from atomic op 2017-05-01 14:10:13 -04:00
core.c build: add -Wstrict-prototypes 2017-05-02 23:00:33 +02:00
detect-wakeup.c build: add -Wstrict-prototypes 2017-05-02 23:00:33 +02:00
dl.c win: include filename in dlopen error message 2017-07-13 23:06:11 +02:00
error.c windows: fix compilation warnings 2017-09-29 09:06:35 -04:00
fs-event.c fsevent: support for files without short name 2017-03-26 20:43:51 +02:00
fs.c windows: add POST macro to fs functions 2017-09-02 19:04:02 -04:00
getaddrinfo.c unix,windows: refactor request init logic 2017-03-21 16:14:09 +01:00
getnameinfo.c unix,windows: refactor request init logic 2017-03-21 16:14:09 +01:00
handle-inl.h style: remove trailing whitespace 2014-06-24 20:18:10 +04:00
handle.c win: make uv__get_osfhandle() public 2017-05-30 11:53:31 -04:00
internal.h build: add -Wstrict-prototypes 2017-05-02 23:00:33 +02:00
loop-watcher.c windows: further simplify the code for timers 2014-09-10 09:52:00 +02:00
pipe.c win: add uv__once_init() calls 2017-09-02 15:56:10 -04:00
poll.c build: add -Wstrict-prototypes 2017-05-02 23:00:33 +02:00
process-stdio.c win: add missing break statement 2016-11-03 19:44:50 -04:00
process.c win: let UV_PROCESS_WINDOWS_HIDE hide consoles 2017-09-25 19:55:59 -04:00
req-inl.h unix,windows: refactor request init logic 2017-03-21 16:14:09 +01:00
req.c windows: inline a couple of inline request functions 2012-06-02 23:08:22 +02:00
signal.c windows: fix compilation warnings 2017-09-29 09:06:35 -04:00
snprintf.c win: fix compilation with VS < 2012 2015-10-01 00:41:41 +02:00
stream-inl.h unix,windows: refactor request init logic 2017-03-21 16:14:09 +01:00
stream.c unix,windows: refactor request init logic 2017-03-21 16:14:09 +01:00
tcp.c win: allow bound/connected socket in uv_tcp_open() 2017-08-08 17:19:20 +02:00
thread.c unix,win: add uv_mutex_init_recursive() 2017-10-02 10:01:09 -04:00
timer.c windows: fix compilation warnings 2017-09-29 09:06:35 -04:00
tty.c win: remove unused variables 2017-10-02 08:46:56 -04:00
udp.c win,udp: return UV_EINVAL instead of aborting 2017-07-01 17:21:26 +02:00
util.c win: fix buffer size in uv__getpwuid_r() 2017-09-07 10:36:20 -04:00
winapi.c build: add -Wstrict-prototypes 2017-05-02 23:00:33 +02:00
winapi.h fs, win: add support for user symlinks 2017-08-18 14:21:58 +02:00
winsock.c build: add -Wstrict-prototypes 2017-05-02 23:00:33 +02:00
winsock.h win: add missing IP_ADAPTER_UNICAST_ADDRESS_LH definition for MinGW 2014-11-06 19:20:32 -05:00