Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dsched.h24 #define CLONE_FS 0x00000200 macro
/bionic/libc/bionic/
Dpthread_create.cpp248 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in pthread_create()