Home
last modified time | relevance | path

Searched refs:pthread_attr_t (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/include/
H A Dpthread.h139 int pthread_attr_destroy(pthread_attr_t *);
142 int pthread_attr_getstack(const pthread_attr_t * __restrict,
150 int pthread_attr_init(pthread_attr_t *) __nonnull(1);
151 int pthread_attr_setguardsize(pthread_attr_t *, size_t);
153 int pthread_attr_setstackaddr(pthread_attr_t *, void *);
155 int pthread_attr_setstacksize(pthread_attr_t *, size_t);
157 int pthread_attr_setdetachstate(pthread_attr_t *, int);
193 const pthread_attr_t * __restrict, void *(*) (void *),
283 int pthread_attr_setinheritsched(pthread_attr_t *, int);
286 int pthread_attr_setschedpolicy(pthread_attr_t *, int);
[all …]
H A Dpthread_np.h56 int pthread_attr_get_np(pthread_t, pthread_attr_t *);
57 int pthread_attr_getaffinity_np(const pthread_attr_t *, size_t, cpu_set_t *);
58 int pthread_attr_setaffinity_np(pthread_attr_t *, size_t, const cpu_set_t *);
59 int pthread_attr_setcreatesuspend_np(pthread_attr_t *);
61 int pthread_getattr_np(pthread_t, pthread_attr_t *);
/dragonfly/lib/libthread_xu/thread/
H A Dthr_attr.c48 _pthread_attr_destroy(pthread_attr_t *attr) in _pthread_attr_destroy()
73 _pthread_attr_get_np(pthread_t pid, pthread_attr_t *dst) in _pthread_attr_get_np()
220 _pthread_attr_getscope(const pthread_attr_t * __restrict attr, in _pthread_attr_getscope()
239 _pthread_attr_getstack(const pthread_attr_t * __restrict attr, in _pthread_attr_getstack()
298 _pthread_attr_init(pthread_attr_t *attr) in _pthread_attr_init()
301 pthread_attr_t pattr; in _pthread_attr_init()
353 _pthread_attr_setcreatesuspend_np(pthread_attr_t *attr) in _pthread_attr_setcreatesuspend_np()
430 _pthread_attr_setschedparam(pthread_attr_t * __restrict attr, in _pthread_attr_setschedparam()
461 _pthread_attr_setschedpolicy(pthread_attr_t *attr, int pol) in _pthread_attr_setschedpolicy()
499 _pthread_attr_setstack(pthread_attr_t *attr, void *stackaddr, in _pthread_attr_setstack()
[all …]
H A Dthr_create.c47 static int create_stack(pthread_attr_t pattr);
52 const pthread_attr_t * __restrict attr, void *(*start_routine) (void *), in _pthread_create()
200 create_stack(pthread_attr_t pattr) in create_stack()
H A Dthr_stack.c85 _thr_stack_alloc(pthread_attr_t attr) in _thr_stack_alloc()
203 _thr_stack_free(pthread_attr_t attr) in _thr_stack_free()
H A Dthr_private.h688 int _thr_stack_alloc(pthread_attr_t);
689 void _thr_stack_free(pthread_attr_t);
/dragonfly/contrib/gcc-8.0/libgomp/config/posix/
H A Dpool.h60 static inline pthread_attr_t *
61 gomp_adjust_thread_attr (pthread_attr_t *attr, pthread_attr_t *mutable_attr) in gomp_adjust_thread_attr()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dgeneric-morestack-thread.c134 int __wrap_pthread_create (pthread_t *, const pthread_attr_t *,
138 extern int __real_pthread_create (pthread_t *, const pthread_attr_t *,
143 __wrap_pthread_create (pthread_t *tid, const pthread_attr_t *attr, in __wrap_pthread_create()
/dragonfly/sys/sys/
H A Dsignal.h168 typedef struct __pthread_attr_s *pthread_attr_t; typedef
181 pthread_attr_t *__sigev_notify_attributes;
H A D_pthreadtypes.h57 typedef struct __pthread_attr_s *pthread_attr_t; typedef
H A Daio.h44 typedef struct __pthread_attr_s *pthread_attr_t; typedef
/dragonfly/contrib/gcc-4.7/libgomp/config/posix/
H A Daffinity.c35 gomp_init_thread_affinity (pthread_attr_t *attr) in gomp_init_thread_affinity()
/dragonfly/contrib/gcc-4.7/libgomp/
H A Dlibgomp.h404 extern pthread_attr_t gomp_thread_attr;
416 extern void gomp_init_thread_affinity (pthread_attr_t *);
H A Dteam.c34 pthread_attr_t gomp_thread_attr;
272 pthread_attr_t thread_attr, *attr; in gomp_team_start()
/dragonfly/contrib/gcc-8.0/libgomp/
H A Daffinity.c37 gomp_init_thread_affinity (pthread_attr_t *attr, unsigned int place) in gomp_init_thread_affinity()
H A Dlibgomp.h688 extern pthread_attr_t gomp_thread_attr;
699 extern void gomp_init_thread_affinity (pthread_attr_t *, unsigned int);
H A Dteam.c36 pthread_attr_t gomp_thread_attr;
309 pthread_attr_t thread_attr, *attr; in gomp_team_start()
/dragonfly/contrib/binutils-2.34/gold/
H A Dworkqueue-threads.cc79 pthread_attr_t attr; in Workqueue_thread()
/dragonfly/contrib/binutils-2.27/gold/
H A Dworkqueue-threads.cc79 pthread_attr_t attr; in Workqueue_thread()
/dragonfly/sys/platform/vkernel64/platform/
H A Dcothread.c84 pthread_attr_t attr; in cothread_create()
/dragonfly/test/libpthread/
H A Dsigsuspend_d.c153 pthread_attr_t pattr; in main()
H A Dsigwait_d.c113 pthread_attr_t pattr; in main()
H A Dmutex_d.c645 pthread_attr_t pattr; in mutex_destroy_test()
739 pthread_attr_t pattr; in mutex_lock_test()
1436 pthread_attr_t pattr; in main()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dmp.c393 pthread_attr_t attr; in start_all_aps()
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dgthr-posix.h343 static pthread_attr_t _objc_thread_attribs;

12