Searched refs:thread_self (Results 1 – 2 of 2) sorted by relevance
198 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreaded() local205 thread_self, in _DNBLogThreaded()208 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreaded()251 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreadedIf() local258 thread_self, in _DNBLogThreadedIf()261 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreadedIf()
455 thread_port_t thread_self = mach_thread_self(); in GetCurrentThreadID() local456 mach_port_deallocate(mach_task_self(), thread_self); in GetCurrentThreadID()457 return thread_self; in GetCurrentThreadID()