Searched refs:pthread_t (Results 1 - 25 of 141) sorted by relevance

123456

/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_equal.c40 _pthread_equal(pthread_t t1, pthread_t t2)
H A Dthr_self.c39 pthread_t
H A Dthr_seterrno.c46 void _thread_seterrno(pthread_t thread, int error);
49 _thread_seterrno(pthread_t thread, int error)
H A Dthr_setprio.c37 int _pthread_setprio(pthread_t pthread, int prio);
42 _pthread_setprio(pthread_t pthread, int prio)
H A Dthr_getprio.c42 _pthread_getprio(pthread_t pthread)
H A Dthr_kill.c42 _pthread_kill(pthread_t pthread, int sig)
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_equal.c39 _pthread_equal(pthread_t t1, pthread_t t2)
H A Dthr_self.c40 pthread_t
H A Dthr_getcpuclockid.c40 _pthread_getcpuclockid(pthread_t pthread, clockid_t *clock_id)
H A Dthr_getprio.c40 _pthread_getprio(pthread_t pthread)
H A Dthr_detach.c42 _pthread_detach(pthread_t pthread)
H A Dthr_kill.c43 _pthread_kill(pthread_t pthread, int sig)
/freebsd-10.0-release/contrib/sendmail/include/libmilter/
H A Dmilter.h25 typedef pthread_t sthread_t;
/freebsd-10.0-release/include/
H A Dpthread_np.h40 typedef void (*pthread_switch_routine_t)(pthread_t, pthread_t);
47 int pthread_attr_get_np(pthread_t, pthread_attr_t *);
50 int pthread_getaffinity_np(pthread_t, size_t, cpuset_t *);
57 int pthread_resume_np(pthread_t);
58 void pthread_set_name_np(pthread_t, const char *);
64 int pthread_setaffinity_np(pthread_t, size_t, const cpuset_t *);
67 int pthread_suspend_np(pthread_t);
70 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
H A Dpthread.h198 int pthread_create(pthread_t *, const pthread_attr_t *,
200 int pthread_detach(pthread_t);
201 int pthread_equal(pthread_t, pthread_t);
204 int pthread_getcpuclockid(pthread_t, clockid_t *);
205 int pthread_join(pthread_t, void **);
245 pthread_t pthread_self(void);
253 int pthread_cancel(pthread_t);
259 int pthread_getprio(pthread_t);
260 int pthread_setprio(pthread_t, in
[all...]
/freebsd-10.0-release/contrib/gcclibs/libgomp/config/posix95/
H A Domp-lock.h15 pthread_t owner;
H A Dlock.c71 lock->owner = (pthread_t) 0;
84 pthread_t me = pthread_self ();
102 lock->owner = (pthread_t) 0;
110 pthread_t me = pthread_self ();
/freebsd-10.0-release/contrib/gcc/
H A Dgthr-posix.c70 pthread_create (pthread_t *thread ATTRIBUTE_UNUSED,
79 pthread_cancel (pthread_t thread ATTRIBUTE_UNUSED)
171 pthread_t
174 return (pthread_t) 0;
219 pthread_getschedparam (pthread_t thread ATTRIBUTE_UNUSED,
227 pthread_setschedparam (pthread_t thread ATTRIBUTE_UNUSED,
/freebsd-10.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_thread_osd.h58 pthread_t id;
/freebsd-10.0-release/tools/regression/pthread/unwind/
H A Dcatch_pthread_exit.cpp26 pthread_t td;
H A Dthread_normal_exit.cpp22 pthread_t td;
H A Dsem_wait_cancel.cpp26 pthread_t td;
/freebsd-10.0-release/lib/libkse/test/
H A Dhello_d.c24 pthread_t thread;
/freebsd-10.0-release/lib/libc/stdio/
H A D_flock_stub.c61 pthread_t curthread = _pthread_self();
88 pthread_t curthread = _pthread_self();
109 pthread_t curthread = _pthread_self();
/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks3.c74 DECLARE(int, pthread_create, pthread_t *thr, const pthread_attr_t *attr,
92 /* Yes, we want this prime. If pthread_t is a pointer, it's almost always
99 pthread_t self;
112 pthread_t self = pthread_self ();
265 __mf_0fn_pthread_create (pthread_t *thr, const pthread_attr_t *attr,
274 WRAPPER(int, pthread_create, pthread_t *thr, const pthread_attr_t *attr,

Completed in 146 milliseconds

123456