Searched defs:timecamped (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/examples/
H A Dmod_example_ipc.c225 apr_int64_t timecamped; local
247 for (camped = 0, timecamped = 0; camped < MAXCAMP; camped++) {
258 timecamped = (apr_int64_t) (apr_time_now() - startcamp);
281 timecamped += CAMPOUT;
285 (long int) getpid(), timecamped);
303 (long int) timecamped);
318 (int) getpid(), (int) timecamped);

Completed in 1224 milliseconds