Lines Matching refs:async
35 * win,pipe: ipc code does not support async read (Jameson Nash)
206 * kqueue: use EVFILT_USER for async if available (Andy Pan)
1541 * unix: yield cpu when spinlocking on async handle (Ben Noordhuis)
2189 * doc: mark uv_async_send() as async-signal-safe (Ben Noordhuis)
2459 * test: fix test runner getenv async-signal-safety (Ben Noordhuis)
2461 * test: fix test runner execvp async-signal-safety (Ben Noordhuis)
3305 * unix: simplify async watcher dispatch logic (Ben Noordhuis)
3462 * unix: use async-signal safe functions between fork and exec (jBarz)
4012 * unix: only undo fs req registration in async mode (Ben Noordhuis)
5121 * linux: reduce file descriptor count of async pipe (Ben Noordhuis)
5471 * unix: return exec errors from uv_spawn, not async (Alex Crichton)
5597 * unix: make uv_tty_reset_mode() async signal-safe (Ben Noordhuis)
5814 * unix, windows: allow NULL async callback (Ben Noordhuis)