Home
last modified time | relevance | path

Searched refs:thread_group (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsched.h352 struct list_head thread_group; member
494 thread_group: LIST_HEAD_INIT(tsk.thread_group), \
895 list_entry((p)->thread_group.next, struct task_struct, thread_group)
920 list_del(&p->thread_group); in unhash_process()
/linux-2.4.37.9/kernel/
Dfork.c794 INIT_LIST_HEAD(&p->thread_group); in do_fork()
811 list_add(&p->thread_group, &current->thread_group); in do_fork()
/linux-2.4.37.9/fs/
Dexec.c560 if (!list_empty(&tsk->thread_group)) { in de_thread()
562 list_del_init(&tsk->thread_group); in de_thread()