Lines Matching refs:thread
428 # - thread id: packed32
569 thread = Task(uid, 9999, 9999, "framebuffer", False, 0)
570 process.children.append(thread)
577 thread = Task(uid, 9998, 9998, "System", False, 0)
578 process.children.append(thread)
653 print "new thread", \
655 thread = Task(uid, pid, tgid, task_name, False, tick)
657 thread_dict[pid] = thread
658 process_dict[tgid].children.append(thread)
681 for thread in process.children:
682 if thread.pid > 9990:
683 thread.tick = start_tick
684 print "\t", thread.uid, thread.pid, thread.tgid, \
685 thread.task_name, str(thread.tick)
1049 # Writes out Streamline cookies (unique IDs per process/thread)
1058 for thread in process.children:
1059 thread_list.append(thread)
1063 for thread in thread_list:
1064 print "thread", thread.task_name, (ticksToNs(thread.tick)),\
1065 thread.tgid, thread.pid
1066 writeBinary(blob, threadNameFrame(ticksToNs(thread.tick),\
1067 thread.pid, thread.task_name))
1218 # Parse task file to find process/thread info