Searched refs:thread_name (Results 1 – 1 of 1) sorted by relevance
33 def thread_name(pid): function53 return "%s gone to sleep" % thread_name(self.sleeper)64 return "%s woke up" % thread_name(self.wakee)75 return "new forked task %s" % thread_name(self.child)86 return "task migrated in %s" % thread_name(self.new)97 return "task migrated out %s" % thread_name(self.old)278 raw += "%s \n" % thread_name(t)