Home
last modified time | relevance | path

Searched refs:thread_t (Results 1 – 25 of 25) sorted by relevance

/glibc-2.36/hurd/hurd/
Dsignal.h71 thread_t thread;
128 extern struct hurd_sigstate *_hurd_thread_sigstate (thread_t);
157 extern void _hurd_sigstate_delete (thread_t thread);
170 thread_t self = __mach_thread_self (); in _hurd_self_sigstate()
181 extern thread_t _hurd_msgport_thread;
221 thread_t self = __mach_thread_self (); in _hurd_critical_section_lock()
/glibc-2.36/mach/
Dmach.h92 kern_return_t __mach_setup_thread (task_t task, thread_t thread, void *pc,
95 kern_return_t mach_setup_thread (task_t task, thread_t thread, void *pc,
100 kern_return_t __mach_setup_tls (thread_t thread);
101 kern_return_t mach_setup_tls (thread_t thread);
Dsetup-thread.c36 __mach_setup_thread (task_t task, thread_t thread, void *pc, in __mach_setup_thread()
84 __mach_setup_tls (thread_t thread) in weak_alias()
/glibc-2.36/sysdeps/mach/hurd/i386/
Dtls.h35 thread_t self; /* This thread's control port. */
114 thread_t self = __mach_thread_self (); in _hurd_tls_init()
318 _hurd_tls_fork (thread_t child, thread_t orig, struct i386_thread_state *state) in _hurd_tls_fork()
349 _hurd_tls_new (thread_t child, struct i386_thread_state *state, tcbhead_t *tcb) in _hurd_tls_new()
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-sysdep.h31 thread_t kernel_thread; \
64 extern int __thread_set_pcsptp (thread_t thread,
/glibc-2.36/sysdeps/mach/
Dthread_state.h54 machine_get_state (thread_t thread, struct machine_thread_all_state *state, in machine_get_state()
74 machine_get_basic_state (thread_t thread, in machine_get_basic_state()
Dconfigure185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread_t in mach/mach_types.h" >&5
186 $as_echo_n "checking for thread_t in mach/mach_types.h... " >&6; }
196 extern thread_t foo;
202 libc_cv_mach_thread_t=thread_t
210 if test $libc_cv_mach_thread_t != thread_t; then
Dconfigure.ac38 mach_TYPE_CHECK(thread_t, thread_port_t)
/glibc-2.36/sysdeps/mach/hurd/
Dptrace.c56 error_t fetch_user_thread (task_t task, thread_t *thread) in ptrace()
58 thread_t threadbuf[3], *threads = threadbuf; in ptrace()
79 thread_t thread; in ptrace()
119 thread_t thread; in ptrace()
D_Fork.c80 thread_t thread, sigthread; in _Fork()
88 thread_t *threads = NULL; in _Fork()
Dprofil.c32 static thread_t profile_thread = MACH_PORT_NULL;
Dsetitimer.c34 thread_t _hurd_itimer_thread; /* Thread waiting for timeout. */
/glibc-2.36/hurd/
Dcatch-exc.c26 thread_t thread, in _S_catch_exception_raise()
117 thread_t thread, in _S_catch_exception_raise_state_identity()
Dhurdfault.c40 thread_t thread,
101 thread_t thread, in _hurdsig_fault_catch_exception_raise_state_identity()
Dhurd.h334 extern thread_t hurd_thread_self (void);
341 extern error_t hurd_thread_cancel (thread_t thread);
Dreport-wait.c110 extern thread_t _hurd_itimer_thread; /* XXX */
114 _S_msg_report_wait (mach_port_t msgport, thread_t thread, in weak_extern()
Dthread-self.c21 thread_t
Dhurdsig.c48 thread_t _hurd_msgport_thread;
77 _hurd_thread_sigstate (thread_t thread) in _hurd_thread_sigstate()
147 _hurd_sigstate_delete (thread_t thread) in libc_hidden_def()
363 interrupted_reply_port_location (thread_t thread, in interrupted_reply_port_location()
664 thread_t *threads; in weak_alias()
Dthread-cancel.c35 hurd_thread_cancel (thread_t thread) in hurd_thread_cancel()
/glibc-2.36/sysdeps/nptl/
Dthread_db.h242 typedef pthread_t thread_t; typedef
263 thread_t ti_tid; /* Thread ID returned by
/glibc-2.36/sysdeps/mach/htl/
Dpt-thread-terminate.c33 thread_t kernel_thread, self_ktid; in __pthread_thread_terminate()
/glibc-2.36/sysdeps/mach/hurd/i386/htl/
Dpt-machdep.c41 __thread_set_pcsptp (thread_t thread, in __thread_set_pcsptp()
/glibc-2.36/nptl_db/
Dtd_thr_get_info.c92 infop->ti_tid = (thread_t) th->th_unique; in td_thr_get_info()
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl_db197 * td_thr_get_info.c (td_thr_get_info): Cast th_unique to thread_t.
DChangeLog.1920605 (interrupted_reply_port_location): Add thread_t parameter. Use it