Home
last modified time | relevance | path

Searched refs:ktid (Results 1 – 4 of 4) sorted by relevance

/sysdeps/mach/hurd/htl/
A Dpt-docancel.c34 mach_port_t ktid; in __pthread_do_cancel() local
42 ktid = __mach_thread_self (); in __pthread_do_cancel()
43 me = p->kernel_thread == ktid; in __pthread_do_cancel()
44 __mach_port_deallocate (__mach_task_self (), ktid); in __pthread_do_cancel()
A Dpt-sysdep.h44 assert (({ mach_port_t ktid = __mach_thread_self (); \
45 int ok = thread->kernel_thread == ktid; \
46 __mach_port_deallocate (__mach_task_self (), ktid);\
/sysdeps/mach/hurd/i386/htl/
A Dpt-setup.c81 mach_port_t ktid; in __pthread_setup() local
86 ktid = __mach_thread_self (); in __pthread_setup()
87 if (thread->kernel_thread == ktid) in __pthread_setup()
105 __mach_port_deallocate (__mach_task_self (), ktid); in __pthread_setup()
/sysdeps/mach/htl/
A Dpt-thread-start.c38 mach_port_t ktid = __mach_thread_self (); in __pthread_thread_start()
39 int ok = thread->kernel_thread == ktid; in __pthread_thread_start()

Completed in 4 milliseconds