Searched refs:CLONE_DETACHED (Results 1 – 2 of 2) sorted by relevance
718 Remove nclone_detached since CLONE_DETACHED flag was no-op for a very723 * process.c: Remove CLONE_DETACHED flag.724 (clone_flags): Remove CLONE_DETACHED entry.725 (internal_fork, internal_wait): Remove code dealing with CLONE_DETACHED
23 #define CLONE_DETACHED 0x00400000 /* Unused, ignored */ macro