Lines Matching refs:thread_name
198 thread_name = GetThreadName(thread)[-24:]
199 if len(thread_name) == 0:
200 thread_name = "<unnamed thread>"
201 …s} | 0x{:<16x} | {:>10d} | {:>10s} | {:>15s} | ".format("*", "*", "*", thread_name, thread, thread…
215 thread_name = GetThreadName(thread)[-24:]
216 if len(thread_name) == 0:
217 thread_name = "<unnamed thread>"
218 …s} | 0x{:<16x} | {:>10d} | {:>10s} | {:>15s} | ".format("*", "*", "*", thread_name, thread, thread…
401 thread_name = ""
406 thread_name = str(kern.GetValueFromAddress(unsigned(uthread.pth_name), 'char*'))
478 out_str += fmt3.format(t=thread, state=state_str, name=task_name, thread_name=thread_name)
1086 thread_name = GetThreadName(thread)
1088 … extra_string += "workloop thread: {:#x} ({:#x}) {:s}".format(thread, thread_id, thread_name)