Lines Matching refs:__nonnull
150 int pthread_attr_init(pthread_attr_t *) __nonnull(1);
174 clockid_t * __restrict) __nonnull(2);
176 int * __restrict) __nonnull(2);
177 int pthread_condattr_init(pthread_condattr_t *) __nonnull(1);
181 int pthread_cond_broadcast(pthread_cond_t *) __nonnull(1);
184 const pthread_condattr_t * __restrict) __nonnull(1);
185 int pthread_cond_signal(pthread_cond_t *) __nonnull(1);
188 __nonnull(2);
190 pthread_mutex_t * __restrict) __nonnull(1, 2);
194 void * __restrict) __nonnull(1, 3);
199 int pthread_getcpuclockid(pthread_t, clockid_t *) __nonnull(2);
201 int pthread_key_create(pthread_key_t *, void (*) (void *)) __nonnull(1);
204 int pthread_mutexattr_init(pthread_mutexattr_t *) __nonnull(1);
207 int * __restrict) __nonnull(2);
209 int * __restrict) __nonnull(2);
214 const pthread_mutexattr_t * __restrict) __nonnull(1);
218 int pthread_mutex_trylock(pthread_mutex_t *) __nonnull(1);
221 int pthread_once(pthread_once_t *, void (*) (void)) __nonnull(1);
225 const pthread_rwlockattr_t * __restrict) __nonnull(1);
226 int pthread_rwlock_rdlock(pthread_rwlock_t *) __nonnull(1);
228 const struct timespec * __restrict) __nonnull(1, 2);
230 const struct timespec * __restrict) __nonnull(1, 2);
234 int pthread_rwlock_wrlock(pthread_rwlock_t *) __nonnull(1);
238 int * __restrict) __nonnull(1, 2);
240 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int) __nonnull(1);
291 __nonnull(3);