/freebsd/include/ |
H A D | pthread.h | 153 int pthread_attr_destroy(pthread_attr_t *); 155 const pthread_attr_t * __restrict, void ** __restrict, 157 int pthread_attr_getstacksize(const pthread_attr_t * __restrict, 159 int pthread_attr_getguardsize(const pthread_attr_t * __restrict, 161 int pthread_attr_getstackaddr(const pthread_attr_t *, void **); 162 int pthread_attr_getdetachstate(const pthread_attr_t *, 164 int pthread_attr_init(pthread_attr_t *); 165 int pthread_attr_setstacksize(pthread_attr_t *, size_t); 166 int pthread_attr_setguardsize(pthread_attr_t *, size_t); 167 int pthread_attr_setstack(pthread_attr_t *, voi [all...] |
H A D | pthread_np.h | 46 int pthread_attr_setcreatesuspend_np(pthread_attr_t *); 47 int pthread_attr_get_np(pthread_t, pthread_attr_t *); 48 int pthread_attr_getaffinity_np(const pthread_attr_t *, size_t, cpuset_t *); 49 int pthread_attr_setaffinity_np(pthread_attr_t *, size_t, const cpuset_t *);
|
/freebsd/lib/libthr/thread/ |
H A D | thr_attr.c | 113 _thr_attr_destroy(pthread_attr_t *attr) in _thr_attr_destroy() 129 _thr_attr_get_np(pthread_t pthread, pthread_attr_t *dstattr) in _thr_attr_get_np() 184 _thr_attr_getdetachstate(const pthread_attr_t *attr, int *detachstate) in _thr_attr_getdetachstate() 201 _thr_attr_getguardsize(const pthread_attr_t * __restrict attr, in _thr_attr_getguardsize() 216 _thr_attr_getinheritsched(const pthread_attr_t * __restrict attr, in _thr_attr_getinheritsched() 231 _thr_attr_getschedparam(const pthread_attr_t * __restrict attr, in _thr_attr_getschedparam() 246 _thr_attr_getschedpolicy(const pthread_attr_t * __restrict attr, in _thr_attr_getschedpolicy() 261 _thr_attr_getscope(const pthread_attr_t * __restrict attr, in _thr_attr_getscope() 276 _pthread_attr_getstack(const pthread_attr_t * __restrict attr, in _pthread_attr_getstack() 293 _thr_attr_getstackaddr(const pthread_attr_t *attr, void **stackaddr) in _thr_attr_getstackaddr() [all …]
|
H A D | thr_private.h | 1038 int _thr_attr_destroy(pthread_attr_t *); 1039 int _thr_attr_get_np(pthread_t, pthread_attr_t *); 1040 int _thr_attr_getdetachstate(const pthread_attr_t *, int *); 1041 int _thr_attr_getguardsize(const pthread_attr_t * __restrict, 1043 int _thr_attr_getinheritsched(const pthread_attr_t * __restrict, 1045 int _thr_attr_getschedparam(const pthread_attr_t * __restrict, 1047 int _thr_attr_getschedpolicy(const pthread_attr_t * __restrict, 1049 int _thr_attr_getscope(const pthread_attr_t * __restrict, int * __restrict); 1050 int _thr_attr_getstackaddr(const pthread_attr_t *, void **); 1051 int _thr_attr_getstacksize(const pthread_attr_t * __restrict, [all …]
|
/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/dso/ |
H A D | h_pthread_dlopen.c | 49 int testf_dso_pthread_create(pthread_t *, const pthread_attr_t *, 77 testf_dso_pthread_create(pthread_t *thread, const pthread_attr_t *attr, in testf_dso_pthread_create()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | ThreadLauncher.cpp | 48 pthread_attr_t *thread_attr_ptr = nullptr; in LaunchThread() 49 pthread_attr_t thread_attr; in LaunchThread()
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_join.c | 77 pthread_attr_t attr; in threadfunc1() 150 pthread_attr_t attr; in threadfunc2()
|
H A D | t_detach.c | 60 pthread_attr_t attr; in ATF_TC_BODY()
|
H A D | t_name.c | 77 pthread_attr_t attr; in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 410 return real_pthread_attr_getstack((pthread_attr_t *)attr, addr, in internal_pthread_attr_getstack() 413 return pthread_attr_getstack((pthread_attr_t *)attr, addr, (size_t *)size); in internal_pthread_attr_getstack() 418 pthread_attr_t *attr = (pthread_attr_t *)attr_; in AdjustStackSize()
|
/freebsd/lib/librt/ |
H A D | sigev_thread.c | 59 static pthread_attr_t sigev_default_attr; 73 attrcopy(pthread_attr_t *src, pthread_attr_t *dst) in attrcopy()
|
H A D | sigev_thread.h | 52 pthread_attr_t sn_attr;
|
/freebsd/sys/sys/ |
H A D | _pthreadtypes.h | 68 typedef struct pthread_attr *pthread_attr_t; typedef
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | stack.h | 38 pthread_attr_t attr; in stack_getbounds()
|
/freebsd/sys/contrib/openzfs/lib/libtpool/ |
H A D | thread_pool_impl.h | 74 pthread_attr_t tp_attr; /* attributes of the workers */
|
H A D | thread_pool.c | 248 pthread_attr_clone(pthread_attr_t *attr, const pthread_attr_t *old_attr) in pthread_attr_clone() 324 pthread_attr_t *attr) in tpool_create()
|
/freebsd/cddl/compat/opensolaris/include/ |
H A D | thread_pool.h | 48 uint_t linger, pthread_attr_t *attr);
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | thread_pool.h | 41 uint_t linger, pthread_attr_t *attr);
|
/freebsd/contrib/ntp/libntp/lib/isc/pthreads/ |
H A D | thread.c | 35 pthread_attr_t attr; in isc_thread_create()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/ |
H A D | safestack.cpp | 234 const pthread_attr_t *attr, in INTERCEPTOR() 245 pthread_attr_t tmpattr; in INTERCEPTOR()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | background_thread_externs.h | 26 extern int pthread_create_wrapper(pthread_t *__restrict, const pthread_attr_t *,
|
/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/ |
H A D | t_dso_pthread_create.c | 67 int (*testf_dso_pthread_create)(pthread_t *, pthread_attr_t *, in ATF_TC_BODY()
|
H A D | t_main_pthread_create.c | 83 int (*testf_dso_pthread_create)(pthread_t *, pthread_attr_t *, in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | RWMutex.hpp | 78 pthread_create(pthread_t *thread, const pthread_attr_t *attr,
|
/freebsd/cddl/contrib/opensolaris/head/ |
H A D | thread.h | 86 pthread_attr_t attr; in thr_create()
|