Lines Matching refs:_RESTRICT_KYWD

189 extern int pthread_attr_getstack(const pthread_attr_t *_RESTRICT_KYWD,
190 void **_RESTRICT_KYWD, size_t *_RESTRICT_KYWD);
192 extern int pthread_attr_getstacksize(const pthread_attr_t *_RESTRICT_KYWD,
193 size_t *_RESTRICT_KYWD);
195 extern int pthread_attr_getstackaddr(const pthread_attr_t *_RESTRICT_KYWD,
196 void **_RESTRICT_KYWD);
200 extern int pthread_attr_getscope(const pthread_attr_t *_RESTRICT_KYWD,
201 int *_RESTRICT_KYWD);
203 extern int pthread_attr_getinheritsched(const pthread_attr_t *_RESTRICT_KYWD,
204 int *_RESTRICT_KYWD);
206 extern int pthread_attr_getschedpolicy(const pthread_attr_t *_RESTRICT_KYWD,
207 int *_RESTRICT_KYWD);
208 extern int pthread_attr_setschedparam(pthread_attr_t *_RESTRICT_KYWD,
209 const struct sched_param *_RESTRICT_KYWD);
210 extern int pthread_attr_getschedparam(const pthread_attr_t *_RESTRICT_KYWD,
211 struct sched_param *_RESTRICT_KYWD);
212 extern int pthread_create(pthread_t *_RESTRICT_KYWD,
213 const pthread_attr_t *_RESTRICT_KYWD, void * (*)(void *),
214 void *_RESTRICT_KYWD);
221 extern int pthread_getschedparam(pthread_t, int *_RESTRICT_KYWD,
222 struct sched_param *_RESTRICT_KYWD);
242 const pthread_mutexattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
245 const pthread_mutexattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
248 const pthread_mutexattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
251 const pthread_mutexattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
252 extern int pthread_mutex_init(pthread_mutex_t *_RESTRICT_KYWD,
253 const pthread_mutexattr_t *_RESTRICT_KYWD);
257 extern int pthread_mutex_timedlock(pthread_mutex_t *_RESTRICT_KYWD,
258 const struct timespec *_RESTRICT_KYWD);
259 extern int pthread_mutex_reltimedlock_np(pthread_mutex_t *_RESTRICT_KYWD,
260 const struct timespec *_RESTRICT_KYWD);
263 extern int pthread_mutex_setprioceiling(pthread_mutex_t *_RESTRICT_KYWD,
264 int, int *_RESTRICT_KYWD);
265 extern int pthread_mutex_getprioceiling(const pthread_mutex_t *_RESTRICT_KYWD,
266 int *_RESTRICT_KYWD);
270 extern int pthread_condattr_getclock(const pthread_condattr_t *_RESTRICT_KYWD,
271 clockid_t *_RESTRICT_KYWD);
273 extern int pthread_condattr_getpshared(const pthread_condattr_t *_RESTRICT_KYWD,
274 int *_RESTRICT_KYWD);
275 extern int pthread_cond_init(pthread_cond_t *_RESTRICT_KYWD,
276 const pthread_condattr_t *_RESTRICT_KYWD);
280 extern int pthread_cond_wait(pthread_cond_t *_RESTRICT_KYWD,
281 pthread_mutex_t *_RESTRICT_KYWD);
282 extern int pthread_cond_timedwait(pthread_cond_t *_RESTRICT_KYWD,
283 pthread_mutex_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD);
284 extern int pthread_cond_reltimedwait_np(pthread_cond_t *_RESTRICT_KYWD,
285 pthread_mutex_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD);
286 extern int pthread_attr_getguardsize(const pthread_attr_t *_RESTRICT_KYWD,
287 size_t *_RESTRICT_KYWD);
292 extern int pthread_mutexattr_gettype(const pthread_mutexattr_t *_RESTRICT_KYWD,
293 int *_RESTRICT_KYWD);
294 extern int pthread_rwlock_init(pthread_rwlock_t *_RESTRICT_KYWD,
295 const pthread_rwlockattr_t *_RESTRICT_KYWD);
298 extern int pthread_rwlock_timedrdlock(pthread_rwlock_t *_RESTRICT_KYWD,
299 const struct timespec *_RESTRICT_KYWD);
300 extern int pthread_rwlock_reltimedrdlock_np(pthread_rwlock_t *_RESTRICT_KYWD,
301 const struct timespec *_RESTRICT_KYWD);
304 extern int pthread_rwlock_timedwrlock(pthread_rwlock_t *_RESTRICT_KYWD,
305 const struct timespec *_RESTRICT_KYWD);
306 extern int pthread_rwlock_reltimedwrlock_np(pthread_rwlock_t *_RESTRICT_KYWD,
307 const struct timespec *_RESTRICT_KYWD);
313 const pthread_rwlockattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
324 const pthread_barrierattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
325 extern int pthread_barrier_init(pthread_barrier_t *_RESTRICT_KYWD,
326 const pthread_barrierattr_t *_RESTRICT_KYWD, uint_t);
334 const pthread_mutexattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);