|
clsync
|
#include <pthread.h>

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) |
|
extern |
|
extern |
|
extern |
Definition at line 36 of file pthreadex.c.


|
extern |
Definition at line 25 of file pthreadex.c.


|
extern |