Apache HTTPD
Functions
thread_cond.c File Reference
#include "apr.h"
#include "apr_private.h"
#include "apr_general.h"
#include "apr_strings.h"
#include "apr_arch_thread_mutex.h"
#include "apr_arch_thread_cond.h"
#include "apr_portable.h"
#include <limits.h>

Go to the source code of this file.

Functions

static apr_status_t thread_cond_cleanup (void *data)
 
 APR_DECLARE (apr_status_t)
 
static APR_INLINE apr_status_t thread_cond_timedwait (apr_thread_cond_t *cond, apr_thread_mutex_t *mutex, apr_interval_time_t timeout)
 
 APR_DECLARE (apr_pool_t *)
 

Function Documentation

◆ thread_cond_cleanup()

static apr_status_t thread_cond_cleanup ( void *  data)
static

Definition at line 27 of file thread_cond.c.

◆ thread_cond_timedwait()

static APR_INLINE apr_status_t thread_cond_timedwait ( apr_thread_cond_t cond,
apr_thread_mutex_t mutex,
apr_interval_time_t  timeout 
)
static

Definition at line 64 of file thread_cond.c.