Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Dsched.h47 #ifndef CLONE_FS
48 #define CLONE_FS 0x00000200 macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dclone.c38 …cpid = clone((int (*)(void *))test, (char *)stack + STACK_SIZE, CLONE_VM | CLONE_FS | CLONE_FILES … in clone_0100()
/third_party/ltp/testcases/kernel/syscalls/unshare/
Dunshare01.c39 {CLONE_FS, "CLONE_FS"},
/third_party/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp03.c38 {CLONE_FS, KCMP_FS},
/third_party/ltp/testcases/kernel/syscalls/pivot_root/
Dpivot_root01.c102 TEST(unshare(CLONE_NEWNS | CLONE_FS)); in run()
/third_party/ltp/testcases/kernel/syscalls/clone3/
Dclone302.c41 …{"fs-newns", &valid_args, sizeof(*valid_args), CLONE_FS | CLONE_NEWNS, NULL, SIGCHLD, 0, 0, 0, EIN…
Dclone301.c34 {CLONE_FS, SIGCHLD},
/third_party/musl/porting/liteos_m/user/include/
Dsched.h53 #define CLONE_FS 0x00000200 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h40 #define CLONE_FS 0x00000200 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h40 #define CLONE_FS 0x00000200 macro
/third_party/musl/include/
Dsched.h53 #define CLONE_FS 0x00000200 macro
/third_party/musl/ndk_musl_include/
Dsched.h54 #define CLONE_FS 0x00000200 macro
/third_party/musl/porting/linux/user/include/
Dsched.h54 #define CLONE_FS 0x00000200 macro
/third_party/ltp/testcases/kernel/syscalls/clone/
Dclone02.c68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h42 #define CLONE_FS 0x00000200 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h40 #define CLONE_FS 0x00000200 macro
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c243 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
/third_party/musl/src/thread/
Dpthread_create.c237 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c315 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()