Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

osip_condv.h File Reference

oSIP condition variables definitions More...

#include <stdio.h>

Go to the source code of this file.

Functions

struct osip_cond * osip_cond_init (void)
int osip_cond_destroy (struct osip_cond *cond)
int osip_cond_signal (struct osip_cond *cond)
int osip_cond_wait (struct osip_cond *cond, struct osip_mutex *mut)
int osip_cond_timedwait (struct osip_cond *cond, struct osip_mutex *mut, const struct timespec *abstime)


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.


Generated on Tue Feb 22 00:59:47 2005 for libosip by  doxygen 1.4.1