Lines Matching refs:pthread_attr_t
1042 int _thr_attr_destroy(pthread_attr_t *);
1043 int _thr_attr_get_np(pthread_t, pthread_attr_t *);
1044 int _thr_attr_getdetachstate(const pthread_attr_t *, int *);
1045 int _thr_attr_getguardsize(const pthread_attr_t * __restrict,
1047 int _thr_attr_getinheritsched(const pthread_attr_t * __restrict,
1049 int _thr_attr_getschedparam(const pthread_attr_t * __restrict,
1051 int _thr_attr_getschedpolicy(const pthread_attr_t * __restrict,
1053 int _thr_attr_getscope(const pthread_attr_t * __restrict, int * __restrict);
1054 int _thr_attr_getstackaddr(const pthread_attr_t *, void **);
1055 int _thr_attr_getstacksize(const pthread_attr_t * __restrict,
1057 int _thr_attr_init(pthread_attr_t *);
1058 int _thr_attr_setdetachstate(pthread_attr_t *, int);
1059 int _thr_attr_setguardsize(pthread_attr_t *, size_t);
1060 int _thr_attr_setinheritsched(pthread_attr_t *, int);
1061 int _thr_attr_setschedparam(pthread_attr_t * __restrict,
1063 int _thr_attr_setschedpolicy(pthread_attr_t *, int);
1064 int _thr_attr_setscope(pthread_attr_t *, int);
1065 int _thr_attr_setstackaddr(pthread_attr_t *, void *);
1066 int _thr_attr_setstacksize(pthread_attr_t *, size_t);