Searched refs:ktid (Results 1 – 4 of 4) sorted by relevance
34 mach_port_t ktid; in __pthread_do_cancel() local42 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()
44 assert (({ mach_port_t ktid = __mach_thread_self (); \45 int ok = thread->kernel_thread == ktid; \46 __mach_port_deallocate (__mach_task_self (), ktid);\
81 mach_port_t ktid; in __pthread_setup() local86 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()
38 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