Searched refs:box_ping (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/apr-32/apr/apr/test/
H A Dtestcond.c578 toolbox_t box_ping, box_pong; local
594 box_ping.tc = tc;
595 box_ping.data = NULL;
596 box_ping.mutex = mutex;
597 box_ping.cond = cond;
598 box_ping.func = ping;
600 rv = apr_thread_create(&thr_ping, NULL, thread_routine, &box_ping, p);

Completed in 57 milliseconds