#include <string.h>
#include <pthread.h>
#include "pthreadex.h"
#include "malloc.h"
Go to the source code of this file.
◆ pthread_cond_destroy_shared()
| int pthread_cond_destroy_shared |
( |
pthread_cond_t * | cond_p | ) |
|
◆ pthread_cond_init_shared()
| int pthread_cond_init_shared |
( |
pthread_cond_t ** | cond_p | ) |
|
◆ pthread_mutex_destroy_shared()
| int pthread_mutex_destroy_shared |
( |
pthread_mutex_t * | mutex_p | ) |
|
◆ pthread_mutex_init_shared()
| int pthread_mutex_init_shared |
( |
pthread_mutex_t ** | mutex_p | ) |
|
◆ pthread_mutex_reltimedlock()
| int pthread_mutex_reltimedlock |
( |
pthread_mutex_t * | mutex_p, |
|
|
long | tv_sec, |
|
|
long | tv_nsec ) |