Apache HTTPD
Functions
testprocmutex.c File Reference
#include "apr_shm.h"
#include "apr_thread_proc.h"
#include "apr_file_io.h"
#include "apr_proc_mutex.h"
#include "apr_errno.h"
#include "apr_general.h"
#include "apr_strings.h"
#include "apr_getopt.h"
#include <stdio.h>
#include <stdlib.h>
#include "testutil.h"

Go to the source code of this file.

Functions

static void proc_mutex (abts_case *tc, void *data)
 
abts_suitetestprocmutex (abts_suite *suite)
 

Function Documentation

◆ proc_mutex()

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

Definition at line 283 of file testprocmutex.c.

◆ testprocmutex()

abts_suite * testprocmutex ( abts_suite suite)

Definition at line 288 of file testprocmutex.c.