SIP Witch 1.9.15
[フレーム]
Functions
oSIP condition variables definitions

Functions

struct osip_cond *  osip_cond_init (void)
  Allocate and Initialise a condition variable. More...
 
int  osip_cond_destroy (struct osip_cond *cond)
  Destroy a condition variable. More...
 
int  osip_cond_signal (struct osip_cond *cond)
  Signal the condition variable. More...
 
int  osip_cond_wait (struct osip_cond *cond, struct osip_mutex *mut)
  Wait on the condition variable. More...
 
int  osip_cond_timedwait (struct osip_cond *cond, struct osip_mutex *mut, const struct timespec *abstime)
  Timed wait on the condition variable. More...
 

Detailed Description

Function Documentation

int osip_cond_destroy ( struct osip_cond *  cond )

#include <osip_condv.h>

Destroy a condition variable.

Parameters
cond The condition variable to destroy.
struct osip_cond* osip_cond_init ( void  )

#include <osip_condv.h>

Allocate and Initialise a condition variable.

int osip_cond_signal ( struct osip_cond *  cond )

#include <osip_condv.h>

Signal the condition variable.

Parameters
cond The condition variable to signal.
int osip_cond_timedwait ( struct osip_cond *  cond,
struct osip_mutexmut,
const struct timespec *  abstime 
)

#include <osip_condv.h>

Timed wait on the condition variable.

Parameters
cond The condition variable to wait on.
mut The external mutex
abstime time to wait until
int osip_cond_wait ( struct osip_cond *  cond,
struct osip_mutexmut 
)

#include <osip_condv.h>

Wait on the condition variable.

Parameters
cond The condition variable to wait on.
mut The external mutex

Generated on Dec 21, 2017 for sipwitch-1.9.15 (*.h and *.cpp), libosip2-5.0.0 (*.h) and libeXosip2-4.0.0 (*.h), by   doxygen 1.8.6

AltStyle によって変換されたページ (->オリジナル) /