49 for (
i = 0;
i < 10000;
i++) {
111 ABTS_NOT_IMPL(tc,
"Threads not implemented on this platform");
void abts_run_test(abts_suite *ts, test_func f, void *value)
#define ABTS_NOT_IMPL(a, b)
#define ABTS_INT_EQUAL(a, b, c)
APR Miscellaneous library routines.
APR Thread and Process Library.
apr_status_t apr_thread_exit(apr_thread_t *thd, apr_status_t retval)
apr_status_t apr_thread_join(apr_status_t *retval, apr_thread_t *thd)
apr_status_t apr_thread_create(apr_thread_t **new, apr_threadattr_t *attr, apr_thread_start_t func, void *data, apr_pool_t *pool)
static void threads_not_impl(abts_case *tc, void *data)
abts_suite * testthread(abts_suite *suite)