Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c245 struct timeval tv1, tv2; in fpm_children_bury() local
253 timersub(&tv1, &child->started, &tv2); in fpm_children_bury()
259 …ter %ld.%06d seconds from start", wp->config->name, (int) pid, buf, tv2.tv_sec, (int) tv2.tv_usec); in fpm_children_bury()
261 …nt after %ld.%06d seconds from start", wp->config->name, (int) pid, tv2.tv_sec, (int) tv2.tv_usec); in fpm_children_bury()

Completed in 5 milliseconds