Searched refs:pthread_condattr_t (Results 1 – 8 of 8) sorted by relevance
/development/ndk/platforms/android-L/include/ |
D | pthread.h | 92 typedef long pthread_condattr_t; typedef 163 int pthread_condattr_destroy(pthread_condattr_t*) __nonnull((1)); 164 int pthread_condattr_getclock(const pthread_condattr_t*, clockid_t*) __nonnull((1, 2)); 165 int pthread_condattr_getpshared(const pthread_condattr_t*, int*) __nonnull((1, 2)); 166 int pthread_condattr_init(pthread_condattr_t*) __nonnull((1)); 167 int pthread_condattr_setclock(pthread_condattr_t*, clockid_t) __nonnull((1)); 168 int pthread_condattr_setpshared(pthread_condattr_t*, int) __nonnull((1)); 172 int pthread_cond_init(pthread_cond_t*, const pthread_condattr_t*) __nonnull((1));
|
/development/ndk/platforms/android-8/include/ |
D | pthread.h | 82 typedef long pthread_condattr_t; typedef 174 int pthread_condattr_init(pthread_condattr_t *attr); 175 int pthread_condattr_getpshared(pthread_condattr_t *attr, int *pshared); 176 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared); 177 int pthread_condattr_destroy(pthread_condattr_t *attr); 180 const pthread_condattr_t *attr);
|
/development/ndk/platforms/android-9/include/ |
D | pthread.h | 82 typedef long pthread_condattr_t; typedef 176 int pthread_condattr_init(pthread_condattr_t *attr); 177 int pthread_condattr_getpshared(pthread_condattr_t *attr, int *pshared); 178 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared); 179 int pthread_condattr_destroy(pthread_condattr_t *attr); 182 const pthread_condattr_t *attr);
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | pthread.c | 175 PTHREAD_WRAPPER(pthread_condattr_init, (pthread_condattr_t *attr), (attr), "(attr:%p)"); 177 PTHREAD_WRAPPER(pthread_condattr_getpshared, (pthread_condattr_t *attr, int *pshared), 180 PTHREAD_WRAPPER(pthread_condattr_setpshared, (pthread_condattr_t* attr, int pshared), 183 PTHREAD_WRAPPER(pthread_condattr_destroy, (pthread_condattr_t *attr), (attr), "(attr:%p)"); 185 PTHREAD_WRAPPER(pthread_cond_init, (pthread_cond_t *cond, const pthread_condattr_t *attr),
|
/development/ndk/platforms/android-3/include/sys/ |
D | types.h | 79 typedef .... pthread_condattr_t;
|
/development/ndk/platforms/android-5/include/ |
D | pthread.h | 82 typedef long pthread_condattr_t; typedef 175 const pthread_condattr_t *attr);
|
/development/ndk/platforms/android-3/include/ |
D | pthread.h | 82 typedef long pthread_condattr_t; typedef 175 const pthread_condattr_t *attr);
|
/development/ndk/platforms/android-L/include/sys/ |
D | types.h | 111 typedef .... pthread_condattr_t;
|