Tobias Nießen
02e358fa45
src,lib: fix comments
...
PR-URL: https://github.com/libuv/libuv/pull/1840
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
2018-05-22 16:34:33 -04:00
Saúl Ibarra Corretgé
db2a9072bc
unix, windows: removed unused status parameter
...
async, timer, prepare, idle and check handles don't need the status
parameter.
2014-03-17 21:42:36 +01:00
Ben Noordhuis
4ba03ddd56
unix, windows: rename uv_run2 to uv_run
...
This changes the prototype of uv_run() from:
int uv_run(uv_loop_t* loop);
To:
int uv_run(uv_loop_t* loop, uv_run_mode mode);
Where `mode` is UV_RUN_DEFAULT, UV_RUN_ONCE or UV_RUN_NOWAIT.
Fixes #683 .
2013-01-16 23:35:29 +01:00
Ben Noordhuis
a28bc88708
bench: print benchmark name in async/async_pummel
2012-11-16 02:24:22 +01:00
Ben Noordhuis
bef3ea4818
bench: squelch -Wstrict-aliasing warnings
2012-11-09 03:51:47 +01:00
Bert Belder
0dbab84529
benchmark: async_pummel should not call uv_async_send on closed handle
...
This fixes an assertion that triggered in debug builds on Windows.
2012-10-24 21:36:57 +02:00
Bert Belder
47eb03490a
test: move loop cleanup code to the individual tests
2012-10-17 01:24:49 +02:00
Ben Noordhuis
ad382bcac0
test: add missing return statement
2012-07-09 18:46:57 +02:00
Ben Noordhuis
a2204abc8e
bench: improve async_pummel benchmark
...
Benchmark the performance of uv_async_send() when the handle is contended for
by 1, 2, 4 or 8 threads.
2012-07-02 03:57:15 +02:00
Ben Noordhuis
c89df5b990
bench: add another async handle benchmark
2012-06-29 03:16:06 +02:00