Home
last modified time | relevance | path

Searched refs:CLONE_PARENT (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsched.h43 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/linux-2.4.37.9/kernel/
Dfork.c802 if (!(clone_flags & CLONE_PARENT)) { in do_fork()