|
Apache HTTPD
|
#include "testglobalmutex.h"#include "apr_thread_proc.h"#include "apr_global_mutex.h"#include "apr_strings.h"#include "apr_errno.h"#include "testutil.h"Go to the source code of this file.
Functions | |
| static void | launch_child (abts_case *tc, apr_lockmech_e mech, apr_proc_t *proc, apr_pool_t *p) |
| static int | wait_child (abts_case *tc, apr_proc_t *proc) |
| static const char * | mutexname (apr_lockmech_e mech) |
| static void | test_exclusive (abts_case *tc, void *data) |
| abts_suite * | testglobalmutex (abts_suite *suite) |
|
static |
Definition at line 24 of file testglobalmutex.c.
|
static |
Definition at line 62 of file testglobalmutex.c.
Definition at line 76 of file testglobalmutex.c.
| abts_suite * testglobalmutex | ( | abts_suite * | suite | ) |
Definition at line 112 of file testglobalmutex.c.
|
static |
Definition at line 49 of file testglobalmutex.c.