int pthread_mutex_init_shared(pthread_mutex_t **mutex_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)
int pthread_mutex_destroy_shared(pthread_mutex_t *mutex_p)
int pthread_cond_init_shared(pthread_cond_t **cond_p)