Searched refs:timercmp (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/sapi/fpm/fpm/ |
H A D | fpm_config.h | 60 #ifndef timercmp 62 # define timercmp(a, b, CMP) \ macro
|
H A D | fpm_events.c | 403 if (timercmp(&q->ev->timeout, &ms, <)) { in fpm_event_loop() 411 if (!timerisset(&ms) || timercmp(&ms, &now, <) || timercmp(&ms, &now, ==)) { in fpm_event_loop() 435 if (timercmp(&now, &q->ev->timeout, >) || timercmp(&now, &q->ev->timeout, ==)) { in fpm_event_loop()
|
H A D | fpm_process_ctl.c | 366 if (timercmp(&child->started, &last_idle_child->started, <)) { in fpm_pctl_perform_idle_server_maintenance()
|
/PHP-8.4/main/ |
H A D | network.c | 404 if (!timercmp(&time_now, &limit_time, <)) { in php_network_connect_socket() 955 if (!timercmp(&time_now, &limit_time, <)) { in php_network_connect_socket_to_host()
|
Completed in 10 milliseconds