SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
osip_condv.h File Reference

oSIP condition variables definitions More...

#include <stdio.h>
Include dependency graph for osip_condv.h:

Go to the source code of this file.

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

oSIP condition variables definitions

Those methods are only available if the library is compile in multi threaded mode. This is the default for oSIP.

Definition in file osip_condv.h.