Searched refs:thread (Results 1 – 3 of 3) sorted by relevance
/mach/ |
A D | setup-thread.c | 36 __mach_setup_thread (task_t task, thread_t thread, void *pc, in __mach_setup_thread() argument 76 return __thread_set_state (thread, MACHINE_NEW_THREAD_STATE_FLAVOR, in __mach_setup_thread() 84 __mach_setup_tls (thread_t thread) in weak_alias() 95 if (error = __thread_get_state (thread, MACHINE_THREAD_STATE_FLAVOR, in weak_alias() 100 _hurd_tls_new (thread, &ts, tcb); in weak_alias() 102 error = __thread_set_state (thread, MACHINE_THREAD_STATE_FLAVOR, in weak_alias()
|
A 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);
|
A D | Makefile | 32 devstream setup-thread $(lock)
|
Completed in 5 milliseconds