Searched refs:pthread_condattr_t (Results 1 – 5 of 5) sorted by relevance
78 typedef long pthread_condattr_t; typedef168 int pthread_condattr_init(pthread_condattr_t *attr);169 int pthread_condattr_getpshared(pthread_condattr_t *attr, int *pshared);170 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared);171 int pthread_condattr_destroy(pthread_condattr_t *attr);174 const pthread_condattr_t *attr);
78 typedef long pthread_condattr_t; typedef170 int pthread_condattr_init(pthread_condattr_t *attr);171 int pthread_condattr_getpshared(pthread_condattr_t *attr, int *pshared);172 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared);173 int pthread_condattr_destroy(pthread_condattr_t *attr);176 const pthread_condattr_t *attr);
79 typedef .... pthread_condattr_t;
78 typedef long pthread_condattr_t; typedef169 const pthread_condattr_t *attr);