Searched refs:box_pong (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
603 box_pong.tc = tc;
604 box_pong.data = NULL;
605 box_pong.mutex = mutex;
606 box_pong.cond = cond;
607 box_pong.func = pong;
609 rv = apr_thread_create(&thr_pong, NULL, thread_routine, &box_pong, p);

Completed in 124 milliseconds