Home
last modified time | relevance | path

Searched defs:pthread (Results 1 – 18 of 18) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_private.h368 struct pthread { struct
371 long tid;
398 TAILQ_ENTRY(pthread) tle; /* link for all threads in process */ argument
418 struct pthread_attr attr; argument
425 int cancel_enable;
428 int cancel_pending;
431 int cancel_point;
434 int no_cancel;
437 int cancel_async;
440 int cancelling;
[all …]
H A Dthr_join.c48 struct pthread *pthread = (struct pthread *)arg; in backout_join() local
57 _thr_join(pthread_t pthread, void **thread_return) in _thr_join()
63 _pthread_timedjoin_np(pthread_t pthread, void **thread_return, in _pthread_timedjoin_np()
74 _pthread_peekjoin_np(pthread_t pthread, void **thread_return) in _pthread_peekjoin_np()
84 join_common(pthread_t pthread, void **thread_return, in join_common()
H A Dthr_spec.c170 struct pthread *pthread; in _thr_setspecific() local
200 struct pthread *pthread; in _thr_getspecific() local
H A Dthr_getcpuclockid.c40 _pthread_getcpuclockid(pthread_t pthread, clockid_t *clock_id) in _pthread_getcpuclockid()
H A Dthr_detach.c42 _thr_detach(pthread_t pthread) in _thr_detach()
H A Dthr_getprio.c41 _pthread_getprio(pthread_t pthread) in _pthread_getprio()
H A Dthr_kill.c44 _Tthr_kill(pthread_t pthread, int sig) in _Tthr_kill()
H A Dthr_getschedparam.c47 _pthread_getschedparam(pthread_t pthread, int * __restrict policy, in _pthread_getschedparam()
H A Dthr_setprio.c41 _pthread_setprio(pthread_t pthread, int prio) in _pthread_setprio()
H A Dthr_setschedparam.c50 _pthread_setschedparam(pthread_t pthread, int policy, in _pthread_setschedparam()
H A Dthr_cancel.c61 _thr_cancel(pthread_t pthread) in _thr_cancel()
H A Dthr_sleepq.c159 void (*cb)(struct pthread *, void *arg), void *arg) in _sleepq_drop()
H A Dthr_list.c342 struct pthread *pthread; in _thr_find_thread() local
H A Dthr_attr.c129 _thr_attr_get_np(pthread_t pthread, pthread_attr_t *dstattr) in _thr_attr_get_np()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_main.c204 static void move_pthread_to_realtime_scheduling_class(pthread_t pthread) in move_pthread_to_realtime_scheduling_class()
229 void thread_setup(THREAD_T pthread) in thread_setup()
234 void thread_setup(THREAD_T pthread) {} in thread_setup()
/freebsd/contrib/libevent/test/
H A Dregress_main.c204 static void move_pthread_to_realtime_scheduling_class(pthread_t pthread) in move_pthread_to_realtime_scheduling_class()
229 void thread_setup(THREAD_T pthread) in thread_setup()
234 void thread_setup(THREAD_T pthread) {} in thread_setup()
/freebsd/sys/contrib/dev/acpica/include/platform/
H A Dacfreebsd.h220 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) argument
/freebsd/lib/libc/gen/
H A D_pthread_stubs.c47 struct pthread { struct