Apache HTTPD
Functions
thread_cond.c File Reference
#include "apr_arch_thread_mutex.h"
#include "apr_arch_thread_cond.h"
#include "apr_strings.h"
#include "apr_portable.h"

Go to the source code of this file.

Functions

static apr_status_t thread_cond_cleanup (void *data)
 
static struct waiter_tmake_waiter (apr_pool_t *pool)
 
 APR_DECLARE (apr_status_t)
 
static apr_status_t do_wait (apr_thread_cond_t *cond, apr_thread_mutex_t *mutex, apr_interval_time_t timeout)
 
 APR_DECLARE (apr_pool_t *)
 

Function Documentation

◆ do_wait()

static apr_status_t do_wait ( apr_thread_cond_t cond,
apr_thread_mutex_t mutex,
apr_interval_time_t  timeout 
)
static

Definition at line 83 of file thread_cond.c.

◆ make_waiter()

static struct waiter_t * make_waiter ( apr_pool_t pool)
static

Definition at line 33 of file thread_cond.c.

◆ thread_cond_cleanup()

static apr_status_t thread_cond_cleanup ( void *  data)
static

Definition at line 22 of file thread_cond.c.