Searched refs:pthread_t (Results 76 - 100 of 141) sorted by relevance

123456

/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_suspend_np.c48 _pthread_suspend_np(pthread_t thread)
H A Dthr_create.c51 _pthread_create(pthread_t * thread, const pthread_attr_t * attr,
/freebsd-10.0-release/usr.bin/csup/
H A Dthreads.c48 pthread_t thread;
/freebsd-10.0-release/contrib/apr/threadproc/unix/
H A Dthread.c160 (*new)->td = (pthread_t *)apr_pcalloc(pool, sizeof(pthread_t));
/freebsd-10.0-release/contrib/gcc/
H A Dgthr-dce.h159 pthread_t new_thread_handle;
260 pthread_t self = __gthrw_(pthread_self) ();
H A Dgthr-posix.h284 pthread_t new_thread_handle;
307 pthread_t thread_id = __gthrw_(pthread_self) ();
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdb_thread_db.h257 typedef pthread_t thread_t;
331 extern td_err_e td_ta_map_id2thr (const td_thragent_t *__ta, pthread_t __pt,
/freebsd-10.0-release/contrib/unbound/
H A Dacx_pthread.m4204 [pthread_t th; pthread_join(th, 0);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c70 static pthread_t uu_panic_thread;
/freebsd-10.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_timer.c55 pthread_t thread;
99 pthread_t tid;
/freebsd-10.0-release/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c1297 pthread_t thread;
1325 pthread_t thread;
/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_cond.c48 static inline void cond_queue_remove(pthread_cond_t, pthread_t);
49 static inline void cond_queue_enq(pthread_cond_t, pthread_t);
H A Dthr_cancel.c55 _pthread_cancel(pthread_t pthread)
H A Dthr_create.c81 _pthread_create(pthread_t * thread, const pthread_attr_t * attr,
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_portable.h152 typedef pthread_t apr_os_thread_t; /**< native thread */
/freebsd-10.0-release/contrib/gcclibs/libgomp/
H A Dteam.c274 pthread_t pt;
/freebsd-10.0-release/contrib/unbound/util/
H A Dlocks.h148 typedef pthread_t ub_thread_t;
/freebsd-10.0-release/tools/regression/gaithrstress/
H A Dgaithrstress.c47 pthread_t w_thread; /* self */
/freebsd-10.0-release/tools/tools/netrate/http/
H A Dhttp.c65 pthread_t hwd_thread;
/freebsd-10.0-release/tools/tools/netrate/httpd/
H A Dhttpd.c80 pthread_t hts_thread; /* Multi-thread. */
/freebsd-10.0-release/tools/tools/netrate/netreceive/
H A Dnetreceive.c60 pthread_t td_id;
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dmevent.c61 static pthread_t mevent_tid;
/freebsd-10.0-release/usr.sbin/pppctl/
H A Dpppctl.c58 pthread_t trm; /* Terminal thread (for pthread_kill()) */
377 pthread_t mon;
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-canusb-linux.c81 pthread_t worker;
/freebsd-10.0-release/lib/libc/gen/
H A D_pthread_stubs.c240 STUB_FUNC(pthread_self, PJT_SELF, pthread_t)

Completed in 153 milliseconds

123456