clsync
Functions
pthreadex.h File Reference
#include <pthread.h>
Include dependency graph for pthreadex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int pthread_mutex_init_shared (pthread_mutex_t **mutex_p)
 
int pthread_mutex_destroy_shared (pthread_mutex_t *mutex_p)
 
int pthread_cond_init_shared (pthread_cond_t **cond_p)
 
int pthread_cond_destroy_shared (pthread_cond_t *cond_p)
 
int pthread_mutex_reltimedlock (pthread_mutex_t *mutex_p, long tv_sec, long tv_nsec)
 

Function Documentation

◆ pthread_cond_destroy_shared()

int pthread_cond_destroy_shared ( pthread_cond_t *  cond_p)

Definition at line 55 of file pthreadex.c.

Here is the call graph for this function:

◆ pthread_cond_init_shared()

int pthread_cond_init_shared ( pthread_cond_t **  cond_p)

Definition at line 44 of file pthreadex.c.

Here is the call graph for this function:

◆ pthread_mutex_destroy_shared()

int pthread_mutex_destroy_shared ( pthread_mutex_t *  mutex_p)

Definition at line 36 of file pthreadex.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_mutex_init_shared()

int pthread_mutex_init_shared ( pthread_mutex_t **  mutex_p)

Definition at line 25 of file pthreadex.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_mutex_reltimedlock()

int pthread_mutex_reltimedlock ( pthread_mutex_t *  mutex_p,
long  tv_sec,
long  tv_nsec 
)

Definition at line 63 of file pthreadex.c.

Here is the caller graph for this function: