Searched defs:pthread (Results 1 – 18 of 18) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_private.h | 368 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 D | thr_join.c | 48 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 D | thr_spec.c | 170 struct pthread *pthread; in _thr_setspecific() local 200 struct pthread *pthread; in _thr_getspecific() local
|
H A D | thr_getcpuclockid.c | 40 _pthread_getcpuclockid(pthread_t pthread, clockid_t *clock_id) in _pthread_getcpuclockid()
|
H A D | thr_detach.c | 42 _thr_detach(pthread_t pthread) in _thr_detach()
|
H A D | thr_getprio.c | 41 _pthread_getprio(pthread_t pthread) in _pthread_getprio()
|
H A D | thr_kill.c | 44 _Tthr_kill(pthread_t pthread, int sig) in _Tthr_kill()
|
H A D | thr_getschedparam.c | 47 _pthread_getschedparam(pthread_t pthread, int * __restrict policy, in _pthread_getschedparam()
|
H A D | thr_setprio.c | 41 _pthread_setprio(pthread_t pthread, int prio) in _pthread_setprio()
|
H A D | thr_setschedparam.c | 50 _pthread_setschedparam(pthread_t pthread, int policy, in _pthread_setschedparam()
|
H A D | thr_cancel.c | 61 _thr_cancel(pthread_t pthread) in _thr_cancel()
|
H A D | thr_sleepq.c | 159 void (*cb)(struct pthread *, void *arg), void *arg) in _sleepq_drop()
|
H A D | thr_list.c | 342 struct pthread *pthread; in _thr_find_thread() local
|
H A D | thr_attr.c | 129 _thr_attr_get_np(pthread_t pthread, pthread_attr_t *dstattr) in _thr_attr_get_np()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_main.c | 204 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 D | regress_main.c | 204 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 D | acfreebsd.h | 220 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) argument
|
/freebsd/lib/libc/gen/ |
H A D | _pthread_stubs.c | 47 struct pthread { struct
|