Searched defs:pthread_condattr_t (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/include/
H A Dpthread.h82 typedef long pthread_condattr_t; typedef
172 int pthread_condattr_init(pthread_condattr_t *attr);
173 int pthread_condattr_getpshared(pthread_condattr_t *attr, int *pshared);
174 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared);
175 int pthread_condattr_destroy(pthread_condattr_t *attr);
178 const pthread_condattr_t *attr);

Completed in 4 milliseconds