Home | History | Annotate | Download | only in MacOSX

Lines Matching refs:kret

174     kern_return_t kret = ::thread_abort_safely(thread_sp->MachPortNumber());
175 DNBLogThreadedIf (LOG_THREAD, "thread = 0x%8.8" PRIx32 " calling thread_abort_safely (tid) => %u (GetGPRState() for stop_count = %u)", thread_sp->MachPortNumber(), kret, thread_sp->Process()->StopCount());
177 if (kret == KERN_SUCCESS)