Searched refs:thread_t (Results 1 – 12 of 12) sorted by relevance
/sysdeps/mach/hurd/htl/ |
A D | pt-sysdep.h | 31 thread_t kernel_thread; \ 64 extern int __thread_set_pcsptp (thread_t thread,
|
/sysdeps/mach/ |
A 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()
|
A 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
|
A D | configure.ac | 38 mach_TYPE_CHECK(thread_t, thread_port_t)
|
/sysdeps/mach/hurd/i386/ |
A 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()
|
/sysdeps/mach/htl/ |
A D | pt-thread-terminate.c | 33 thread_t kernel_thread, self_ktid; in __pthread_thread_terminate()
|
/sysdeps/mach/hurd/i386/htl/ |
A D | pt-machdep.c | 41 __thread_set_pcsptp (thread_t thread, in __thread_set_pcsptp()
|
/sysdeps/mach/hurd/ |
A 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()
|
A D | profil.c | 32 static thread_t profile_thread = MACH_PORT_NULL;
|
A D | _Fork.c | 80 thread_t thread, sigthread; in _Fork() 88 thread_t *threads = NULL; in _Fork()
|
A D | setitimer.c | 34 thread_t _hurd_itimer_thread; /* Thread waiting for timeout. */
|
/sysdeps/nptl/ |
A D | thread_db.h | 242 typedef pthread_t thread_t; typedef 263 thread_t ti_tid; /* Thread ID returned by
|
Completed in 23 milliseconds