Searched refs:CLONE_FS (Results 1 – 19 of 19) sorted by relevance
/third_party/ltp/include/lapi/ |
D | sched.h | 47 #ifndef CLONE_FS 48 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | clone.c | 38 …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/ |
D | unshare01.c | 39 {CLONE_FS, "CLONE_FS"},
|
/third_party/ltp/testcases/kernel/syscalls/kcmp/ |
D | kcmp03.c | 38 {CLONE_FS, KCMP_FS},
|
/third_party/ltp/testcases/kernel/syscalls/pivot_root/ |
D | pivot_root01.c | 102 TEST(unshare(CLONE_NEWNS | CLONE_FS)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/clone3/ |
D | clone302.c | 41 …{"fs-newns", &valid_args, sizeof(*valid_args), CLONE_FS | CLONE_NEWNS, NULL, SIGCHLD, 0, 0, 0, EIN…
|
D | clone301.c | 34 {CLONE_FS, SIGCHLD},
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 53 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 40 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 40 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/include/ |
D | sched.h | 53 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/ndk_musl_include/ |
D | sched.h | 54 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 54 #define CLONE_FS 0x00000200 macro
|
/third_party/ltp/testcases/kernel/syscalls/clone/ |
D | clone02.c | 68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 42 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 40 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_create.c | 243 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|
/third_party/musl/src/thread/ |
D | pthread_create.c | 237 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 315 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|