Searched defs:pthread (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/lib/libthr/thread/
H A Dthr_getcpuclockid.c40 _pthread_getcpuclockid(pthread_t pthread, clockid_t *clock_id) argument
H A Dthr_detach.c42 _thr_detach(pthread_t pthread) argument
[all...]
H A Dthr_getprio.c41 _pthread_getprio(pthread_t pthread) argument
H A Dthr_kill.c44 _Tthr_kill(pthread_t pthread, int sig) argument
H A Dthr_getschedparam.c47 _pthread_getschedparam(pthread_t pthread, int * __restrict policy, argument
H A Dthr_setschedparam.c50 _pthread_setschedparam(pthread_t pthread, int policy, argument
[all...]
H A Dthr_setprio.c41 _pthread_setprio(pthread_t pthread, int prio) argument
[all...]
H A Dthr_sigqueue.c49 _Tthr_sigqueue(pthread_t pthread, int sig, const union sigval value) argument
H A Dthr_spec.c170 struct pthread *pthread; local
200 struct pthread *pthread; local
[all...]
H A Dthr_cancel.c61 _thr_cancel(pthread_t pthread) argument
[all...]
H A Dthr_join.c48 struct pthread *pthread = (struct pthread *)arg; local
57 _thr_join(pthread_t pthread, void **thread_return) argument
63 _pthread_timedjoin_np(pthread_t pthread, void **thread_return, const struct timespec *abstime) argument
74 _pthread_peekjoin_np(pthread_t pthread, void **thread_return) argument
84 join_common(pthread_t pthread, void **thread_return, const struct timespec *abstime, bool peek) argument
[all...]
H A Dthr_list.c342 struct pthread *pthread; local
[all...]
H A Dthr_attr.c129 _thr_attr_get_np(pthread_t pthread, pthread_attr_t *dstattr) argument
[all...]
H A Dthr_private.h368 struct pthread { struct
[all...]
/freebsd-current/lib/libc/gen/
H A D_pthread_stubs.c47 struct pthread { struct
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_main.c204 static void move_pthread_to_realtime_scheduling_class(pthread_t pthread) argument
229 void thread_setup(THREAD_T pthread) argument
234 void thread_setup(THREAD_T pthread) {} argument
/freebsd-current/contrib/libevent/test/
H A Dregress_main.c204 static void move_pthread_to_realtime_scheduling_class(pthread_t pthread) argument
229 void thread_setup(THREAD_T pthread) argument
234 void thread_setup(THREAD_T pthread) {} argument

Completed in 100 milliseconds