Apache HTTPD
Macros | Functions
testcond.c File Reference
#include "apr_file_io.h"
#include "apr_thread_proc.h"
#include "apr_thread_mutex.h"
#include "apr_thread_cond.h"
#include "apr_errno.h"
#include "apr_general.h"
#include "apr_atomic.h"
#include "testutil.h"

Go to the source code of this file.

Macros

#define NTHREADS   10
 
#define ABTS_SUCCESS(rv)   ABTS_INT_EQUAL(tc, APR_SUCCESS, rv)
 

Functions

static void threads_not_impl (abts_case *tc, void *data)
 
abts_suitetestcond (abts_suite *suite)
 

Macro Definition Documentation

◆ ABTS_SUCCESS

#define ABTS_SUCCESS (   rv)    ABTS_INT_EQUAL(tc, APR_SUCCESS, rv)

Definition at line 28 of file testcond.c.

◆ NTHREADS

#define NTHREADS   10

Definition at line 26 of file testcond.c.

Function Documentation

◆ testcond()

abts_suite * testcond ( abts_suite suite)

Definition at line 648 of file testcond.c.

◆ threads_not_impl()

static void threads_not_impl ( abts_case tc,
void *  data 
)
static

Definition at line 642 of file testcond.c.