thread_pid         53 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_THREAD_PID_OFFSET,offsetof (struct task_struct, thread_pid));
thread_pid        824 include/linux/sched.h 	struct pid			*thread_pid;
thread_pid       1290 include/linux/sched.h 	return task->thread_pid;
thread_pid       1339 include/linux/sched.h 	return p->thread_pid != NULL;
thread_pid        121 init/init_task.c 	.thread_pid	= &init_struct_pid,
thread_pid       1656 kernel/fork.c  		task->thread_pid = pid;
thread_pid        276 kernel/pid.c   		&task->thread_pid :
thread_pid        325 kernel/pid.c   		new->thread_pid = old->thread_pid;