Home
last modified time | relevance | path

Searched refs:uv_timer_stop (Results 1 – 5 of 5) sorted by relevance

/php-uv/examples/
H A Dtimer.php11 uv_timer_stop($timer);
/php-uv/tests/
H A D100-uv_timer.phpt14 uv_timer_stop($timer);
H A D320-fs-poll.phpt29 uv_timer_stop($timer);
/php-uv/
H A DREADME.md736 ### void uv_timer_stop(resource $timer)
757 uv_timer_stop($timer);
H A Dphp_uv.c4154 PHP_FUNCTION(uv_timer_stop) argument
4169 r = uv_timer_stop(&uv->uv.timer);
4171 PHP_UV_DEBUG_OBJ_DEL_REFCOUNT(uv_timer_stop, uv);
6318 PHP_FE(uv_timer_stop, arginfo_uv_timer_stop)

Completed in 25 milliseconds