Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 3 of 3) sorted by relevance

/mach/
A Dsetup-thread.c36 __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 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);
A DMakefile32 devstream setup-thread $(lock)

Completed in 5 milliseconds