Searched refs:secs (Results 1 – 7 of 7) sorted by relevance
36 echo "TEST FAILED - time is ${time} secs and sleep was ${sleeptime} secs\n";
366 void LSAPI_Set_Max_Idle( int secs );374 void LSAPI_Set_Max_Process_Time( int secs );
3074 void LSAPI_Set_Max_Idle( int secs ) in LSAPI_Set_Max_Idle() argument3075 { s_max_idle_secs = secs; } in LSAPI_Set_Max_Idle()3089 void LSAPI_Set_Max_Process_Time( int secs ) in LSAPI_Set_Max_Process_Time() argument3091 if (( g_prefork_server )&&( secs > 0 )) in LSAPI_Set_Max_Process_Time()3092 g_prefork_server->m_iMaxReqProcessTime = secs; in LSAPI_Set_Max_Process_Time()
1039 int days, hours, mins, secs; in cdf_print_elapsed_time() local1042 secs = (int)(ts % 60); in cdf_print_elapsed_time()1066 len += snprintf(buf + len, bufsiz - len, "%.2d", secs); in cdf_print_elapsed_time()
233 * Helper to avoid duplicating milliseconds to secs/usecs in a few places
194 { "secs", TIMELIB_SECOND, 1 },
1506 static void thttpd_logstats( long secs );
Completed in 36 milliseconds