Searched refs:pthread (Results 51 - 75 of 613) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_thread_rwlock.h28 #include <pthread.h>
/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_spinlock_osd.h54 #include <pthread.h> /* usr/include/ */
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_exit.c36 #include <pthread.h>
/freebsd-13-stable/usr.sbin/camdd/
H A DMakefile6 LIBADD= cam mt util pthread
/freebsd-13-stable/lib/libthr/arch/aarch64/include/
H A Dpthread_md.h52 struct pthread *tcb_thread;
75 static __inline struct pthread *
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_malloc.c62 thr_malloc_lock(struct pthread *curthread)
77 thr_malloc_unlock(struct pthread *curthread)
93 struct pthread *curthread;
106 struct pthread *curthread;
117 struct pthread *curthread;
130 struct pthread *curthread;
141 __thr_malloc_prefork(struct pthread *curthread)
148 __thr_malloc_postfork(struct pthread *curthread)
H A Dthr_resume_np.c37 #include <pthread.h>
46 static void resume_common(struct pthread *thread);
52 struct pthread *curthread = _get_curthread();
67 struct pthread *curthread = _get_curthread();
68 struct pthread *thread;
93 resume_common(struct pthread *thread)
H A Dthr_suspend_np.c37 #include <pthread.h>
43 static int suspend_common(struct pthread *, struct pthread *,
53 struct pthread *curthread = _get_curthread();
76 _thr_suspend_all_lock(struct pthread *curthread)
94 _thr_suspend_all_unlock(struct pthread *curthread)
109 struct pthread *curthread = _get_curthread();
110 struct pthread *thread;
162 suspend_common(struct pthread *curthread, struct pthread *threa
[all...]
H A Dthr_spec.c41 #include <pthread.h>
62 struct pthread *curthread;
90 struct pthread *curthread;
111 struct pthread *curthread;
173 struct pthread *pthread; local
182 pthread = _get_curthread();
183 if (pthread->specific == NULL) {
188 pthread->specific = tmp;
190 if (pthread
203 struct pthread *pthread; local
[all...]
H A Dthr_event.c45 _thr_report_creation(struct pthread *curthread, struct pthread *newthread)
58 _thr_report_death(struct pthread *curthread)
H A Dthr_private.h56 #include <pthread.h>
74 struct pthread;
75 extern struct pthread *_thr_initial __hidden;
86 typedef TAILQ_HEAD(pthreadlist, pthread) pthreadlist;
137 /* Magic cookie set for shared pthread locks and cv's pointers */
141 /* XXX These values should be same as those defined in pthread.h */
271 #define THR_STACK_USER 0x100 /* 0xFF reserved for <pthread.h> */
288 TAILQ_HEAD(, pthread) sq_blocked;
373 struct pthread { struct
403 TAILQ_ENTRY(pthread) tl
[all...]
H A Dthr_syscalls.c94 #include <pthread.h>
103 struct pthread *curthread;
121 struct pthread *curthread;
136 struct pthread *curthread;
157 struct pthread *curthread;
175 struct pthread *curthread;
196 struct pthread *curthread;
221 struct pthread *curthread;
235 struct pthread *curthread;
253 struct pthread *curthrea
[all...]
/freebsd-13-stable/tests/sys/file/
H A DMakefile19 LIBADD.flock_helper= pthread
21 LIBADD.newfileops_on_fork_test= pthread
/freebsd-13-stable/lib/libc/tests/tls/
H A DMakefile21 LIBADD.tls_static_test+= pthread
28 LIBADD.tls_dynamic_test+= pthread
30 LIBADD.tls_dlopen_test+= pthread
/freebsd-13-stable/lib/libdevdctl/tests/
H A DMakefile13 CFLAGS.libdevdctl_unittest+= -I ${LOCALBASE}/include -D_THREAD_SAFE -pthread
15 LDADD.libdevdctl_unittest+= -L ${LOCALBASE}/lib -D_THREAD_SAFE -pthread -lgtest -lgtest_main
/freebsd-13-stable/lib/libthr/arch/arm/include/
H A Dpthread_md.h50 struct pthread *tcb_thread; /* our hook */
81 static __inline struct pthread *
/freebsd-13-stable/lib/libthr/arch/riscv/include/
H A Dpthread_md.h57 struct pthread *tcb_thread;
81 static __inline struct pthread *
/freebsd-13-stable/sys/contrib/openzfs/etc/systemd/system-generators/
H A DMakefile.am12 zfs_mount_generator_LDFLAGS = -pthread
/freebsd-13-stable/sys/sys/
H A D_pthreadtypes.h46 struct pthread;
67 typedef struct pthread *pthread_t;
/freebsd-13-stable/usr.bin/ofed/libibverbs/
H A DMakefile.inc8 LIBADD+= ibverbs mlx4 mlx5 cxgb4 pthread
/freebsd-13-stable/usr.bin/ofed/librdmacm/
H A DMakefile.inc8 LIBADD+= ibverbs rdmacm mlx4 mlx5 cxgb4 pthread
/freebsd-13-stable/lib/libc/gen/
H A D_once_stub.c34 #include <pthread.h>
H A Dseekdir.c39 #include <pthread.h>
/freebsd-13-stable/lib/libc/tests/stdlib/dynthr_mod/
H A DMakefile6 LIBADD= pthread
/freebsd-13-stable/sbin/ggate/ggatec/
H A DMakefile13 LIBADD= geom util pthread

Completed in 134 milliseconds

1234567891011>>