Lines Matching refs:__restrict
155 const pthread_attr_t * __restrict, void ** __restrict,
156 size_t * __restrict);
157 int pthread_attr_getstacksize(const pthread_attr_t * __restrict,
158 size_t * __restrict);
159 int pthread_attr_getguardsize(const pthread_attr_t * __restrict,
160 size_t * __restrict);
172 int pthread_barrier_init(pthread_barrier_t * __restrict,
173 const pthread_barrierattr_t * __restrict, unsigned);
177 const pthread_barrierattr_t * __restrict, int * __restrict);
195 int pthread_condattr_getclock(const pthread_condattr_t * __restrict,
196 clockid_t * __restrict);
203 int pthread_cond_init(pthread_cond_t * __restrict,
204 const pthread_condattr_t * __restrict);
210 int pthread_cond_wait(pthread_cond_t * __restrict,
211 pthread_mutex_t * __restrict __mutex)
213 int pthread_create(pthread_t * __restrict,
214 const pthread_attr_t * __restrict, void *(*) (void *),
215 void * __restrict);
227 const pthread_mutexattr_t * __restrict,
228 int * __restrict);
230 const pthread_mutexattr_t * __restrict, int * __restrict);
237 int pthread_mutex_init(pthread_mutex_t * __restrict __mutex,
238 const pthread_mutexattr_t * __restrict)
244 int pthread_mutex_timedlock(pthread_mutex_t * __restrict __mutex,
245 const struct timespec * __restrict)
252 int pthread_rwlock_init(pthread_rwlock_t * __restrict __rwlock,
253 const pthread_rwlockattr_t * __restrict)
258 pthread_rwlock_t * __restrict __rwlock,
259 const struct timespec * __restrict)
262 pthread_rwlock_t * __restrict __rwlock,
263 const struct timespec * __restrict)
277 const pthread_rwlockattr_t * __restrict,
278 int * __restrict);
315 const pthread_mutexattr_t * __restrict,
316 int * __restrict);
318 int pthread_mutex_getprioceiling(const pthread_mutex_t * __restrict,
319 int * __restrict);
320 int pthread_mutex_setprioceiling(pthread_mutex_t * __restrict, int,
321 int * __restrict);
324 const pthread_mutexattr_t * __restrict,
325 int * __restrict);
329 pthread_mutexattr_t * __restrict, int * __restrict);
332 int pthread_attr_getinheritsched(const pthread_attr_t * __restrict,
333 int * __restrict);
336 int pthread_attr_getschedpolicy(const pthread_attr_t * __restrict,
337 int * __restrict);
338 int pthread_attr_getscope(const pthread_attr_t * __restrict,
339 int * __restrict);
345 int pthread_getschedparam(pthread_t pthread, int * __restrict,
346 struct sched_param * __restrict);