Searched refs:thread_self (Results 1 – 3 of 3) sorted by relevance
135 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreaded() local139 thread_self, arg_msg); in _DNBLogThreaded()141 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreaded()177 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreadedIf() local181 thread_self, arg_msg); in _DNBLogThreadedIf()183 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreadedIf()
65 thread_t thread_self = mach_thread_self(); in RunThread() local67 if (threads[i] == thread_self) continue; in RunThread()
346 native_id = thread_self(); in PyThread_get_thread_native_id()