Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.c247 #define PHP_UV_IS_DTORED(uv) (GC_FLAGS(&uv->std) & IS_OBJ_DESTRUCTOR_CALLED) macro
1237 if (!PHP_UV_IS_DTORED(uv)) { // otherwise we're already closing
1859 if (PHP_UV_IS_DTORED(uv)) {
2549 if (PHP_UV_IS_DTORED(uv)) {
2606 if (!PHP_UV_IS_DTORED(loop)) {
4622 RETURN_BOOL(!PHP_UV_IS_DTORED(uv) && uv_is_active(&uv->uv.handle));
4639 RETURN_BOOL(PHP_UV_IS_DTORED(uv));

Completed in 26 milliseconds