Lines Matching refs:__restrict
225 extern int pthread_create (pthread_t *__restrict __newthread,
226 __const pthread_attr_t *__restrict __attr,
228 void *__restrict __arg) __THROW __nonnull ((1, 3));
307 extern int pthread_attr_getschedparam (__const pthread_attr_t *__restrict
309 struct sched_param *__restrict __param)
313 extern int pthread_attr_setschedparam (pthread_attr_t *__restrict __attr,
314 __const struct sched_param *__restrict
318 extern int pthread_attr_getschedpolicy (__const pthread_attr_t *__restrict
319 __attr, int *__restrict __policy)
327 extern int pthread_attr_getinheritsched (__const pthread_attr_t *__restrict
328 __attr, int *__restrict __inherit)
338 extern int pthread_attr_getscope (__const pthread_attr_t *__restrict __attr,
339 int *__restrict __scope)
347 extern int pthread_attr_getstackaddr (__const pthread_attr_t *__restrict
348 __attr, void **__restrict __stackaddr)
360 extern int pthread_attr_getstacksize (__const pthread_attr_t *__restrict
361 __attr, size_t *__restrict __stacksize)
373 extern int pthread_attr_getstack (__const pthread_attr_t *__restrict __attr,
374 void **__restrict __stackaddr,
375 size_t *__restrict __stacksize)
419 int *__restrict __policy,
420 struct sched_param *__restrict __param)
739 extern int pthread_mutex_timedlock (pthread_mutex_t *__restrict __mutex,
740 __const struct timespec *__restrict
752 __restrict __mutex,
753 int *__restrict __prioceiling)
758 extern int pthread_mutex_setprioceiling (pthread_mutex_t *__restrict __mutex,
760 int *__restrict __old_ceiling)
785 __restrict __attr,
786 int *__restrict __pshared)
796 extern int pthread_mutexattr_gettype (__const pthread_mutexattr_t *__restrict
797 __attr, int *__restrict __kind)
808 __restrict __attr,
809 int *__restrict __protocol)
820 __restrict __attr,
821 int *__restrict __prioceiling)
848 extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock,
849 __const pthread_rwlockattr_t *__restrict
866 extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock,
867 __const struct timespec *__restrict
881 extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *__restrict __rwlock,
882 __const struct timespec *__restrict
903 __restrict __attr,
904 int *__restrict __pshared)
914 __restrict __attr,
915 int *__restrict __pref)
928 extern int pthread_cond_init (pthread_cond_t *__restrict __cond,
929 __const pthread_condattr_t *__restrict
949 extern int pthread_cond_wait (pthread_cond_t *__restrict __cond,
950 pthread_mutex_t *__restrict __mutex)
960 extern int pthread_cond_timedwait (pthread_cond_t *__restrict __cond,
961 pthread_mutex_t *__restrict __mutex,
962 __const struct timespec *__restrict
977 __restrict __attr,
978 int *__restrict __pshared)
988 __restrict __attr,
989 __clockid_t *__restrict __clock_id)
1028 extern int pthread_barrier_init (pthread_barrier_t *__restrict __barrier,
1029 __const pthread_barrierattr_t *__restrict
1052 __restrict __attr,
1053 int *__restrict __pshared)