Searched refs:thread_t (Results 1 – 25 of 25) sorted by relevance
/glibc-2.36/hurd/hurd/ |
D | signal.h | 71 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/ |
D | mach.h | 92 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);
|
D | setup-thread.c | 36 __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/ |
D | tls.h | 35 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/ |
D | pt-sysdep.h | 31 thread_t kernel_thread; \ 64 extern int __thread_set_pcsptp (thread_t thread,
|
/glibc-2.36/sysdeps/mach/ |
D | thread_state.h | 54 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()
|
D | configure | 185 { $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
|
D | configure.ac | 38 mach_TYPE_CHECK(thread_t, thread_port_t)
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | ptrace.c | 56 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.c | 80 thread_t thread, sigthread; in _Fork() 88 thread_t *threads = NULL; in _Fork()
|
D | profil.c | 32 static thread_t profile_thread = MACH_PORT_NULL;
|
D | setitimer.c | 34 thread_t _hurd_itimer_thread; /* Thread waiting for timeout. */
|
/glibc-2.36/hurd/ |
D | catch-exc.c | 26 thread_t thread, in _S_catch_exception_raise() 117 thread_t thread, in _S_catch_exception_raise_state_identity()
|
D | hurdfault.c | 40 thread_t thread, 101 thread_t thread, in _hurdsig_fault_catch_exception_raise_state_identity()
|
D | hurd.h | 334 extern thread_t hurd_thread_self (void); 341 extern error_t hurd_thread_cancel (thread_t thread);
|
D | report-wait.c | 110 extern thread_t _hurd_itimer_thread; /* XXX */ 114 _S_msg_report_wait (mach_port_t msgport, thread_t thread, in weak_extern()
|
D | thread-self.c | 21 thread_t
|
D | hurdsig.c | 48 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()
|
D | thread-cancel.c | 35 hurd_thread_cancel (thread_t thread) in hurd_thread_cancel()
|
/glibc-2.36/sysdeps/nptl/ |
D | thread_db.h | 242 typedef pthread_t thread_t; typedef 263 thread_t ti_tid; /* Thread ID returned by
|
/glibc-2.36/sysdeps/mach/htl/ |
D | pt-thread-terminate.c | 33 thread_t kernel_thread, self_ktid; in __pthread_thread_terminate()
|
/glibc-2.36/sysdeps/mach/hurd/i386/htl/ |
D | pt-machdep.c | 41 __thread_set_pcsptp (thread_t thread, in __thread_set_pcsptp()
|
/glibc-2.36/nptl_db/ |
D | td_thr_get_info.c | 92 infop->ti_tid = (thread_t) th->th_unique; in td_thr_get_info()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.nptl_db | 197 * td_thr_get_info.c (td_thr_get_info): Cast th_unique to thread_t.
|
D | ChangeLog.19 | 20605 (interrupted_reply_port_location): Add thread_t parameter. Use it
|