Searched refs:CLONE_FS (Results 1 – 8 of 8) sorted by relevance
12 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
47 unshare(CLONE_FS); in perf_evlist__poll_thread()
326 long ret = clone_raw(CLONE_VM | CLONE_FS | CLONE_FILES | in test_sigsegv_handler_with_different_pkey_for_stack()497 long ret = clone_raw(CLONE_VM | CLONE_FS | CLONE_FILES | in test_pkru_sigreturn()
213 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
1657 pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM); in main()
64 const int THREAD_CLONE_FLAGS = CLONE_THREAD | CLONE_SIGHAND | CLONE_FS | CLONE_VM | CLONE_FILES;
869 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, NULL); in handle_thread()897 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, test); in handle_thread_enable()
632 unshare(CLONE_FS); in display_thread_tui()687 unshare(CLONE_FS); in display_thread()
Completed in 15 milliseconds