HomeSort by relevance Sort by last modified time
    Searched refs:CLONE_FILES (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/strace/xlat/
unshare_flags.h 26 #if defined(CLONE_FILES) || (defined(HAVE_DECL_CLONE_FILES) && HAVE_DECL_CLONE_FILES)
27 XLAT(CLONE_FILES),
clone_flags.h 8 #if !(defined(CLONE_FILES) || (defined(HAVE_DECL_CLONE_FILES) && HAVE_DECL_CLONE_FILES))
9 # define CLONE_FILES 0x00000400
82 XLAT(CLONE_FILES),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sched.h 10 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */
  /bionic/libc/kernel/uapi/linux/
sched.h 24 #define CLONE_FILES 0x00000400
  /external/compiler-rt/test/asan/TestCases/Linux/
clone_test.cc 28 pid_t clone_pid = clone(Child, sp, CLONE_FILES | CLONE_VM, NULL);
  /external/kernel-headers/original/uapi/linux/
sched.h 11 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */
  /external/valgrind/memcheck/tests/linux/
stack_switch.c 54 if ( ( pid = clone( thread_main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|SIGCHLD, NULL ) ) == -1 )
  /external/ltp/testcases/kernel/syscalls/unshare/
unshare01.c 41 /* CLONE_FILES: */
42 /* Reverse the effect of the clone(2) CLONE_FILES flag. */
175 switch (unshare(CLONE_FILES)) {
177 printf("unshare with CLONE_FILES call "
  /external/python/cpython2/Lib/plat-linux2/
TYPES.py 90 CLONE_FILES = 0x00000400
IN.py 188 CLONE_FILES = 0x00000400
  /external/valgrind/exp-bbv/tests/amd64-linux/
clone_test.S 38 # CLONE_FILES 0x400
  /external/valgrind/exp-bbv/tests/x86-linux/
clone_test.S 38 # CLONE_FILES 0x400
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 90 CLONE_FILES = 0x00000400
IN.py 188 CLONE_FILES = 0x00000400
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 90 CLONE_FILES = 0x00000400
  /system/core/libmemunreachable/
PtracerThread.cpp 102 child_pid_ = clone(proxy, stack_->top(), CLONE_VM | CLONE_FS | CLONE_FILES /*|CLONE_UNTRACED*/,
  /external/compiler-rt/lib/esan/
esan_sideline_linux.cpp 120 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED,
  /external/linux-kselftest/tools/testing/selftests/memfd/
fuse_test.c 214 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM,
  /external/ltp/testcases/kernel/syscalls/clone/
clone02.c 68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
223 * child in test_FILES(), used for testing CLONE_FILES flag
317 * parent. If CLONE_FILES flag is set, the parent and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 45 # define CLONE_FILES 0x00000400 /* Set if open files shared between processes. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h 45 # define CLONE_FILES 0x00000400 /* Set if open files shared between processes. */
  /external/minijail/linux-x86/
libconstants.gen.c 68 #ifdef CLONE_FILES
69 { "CLONE_FILES", (unsigned long) CLONE_FILES },
70 #endif // CLONE_FILES
    [all...]
  /system/core/debuggerd/handler/
debuggerd_handler.cpp 244 // Double-clone, with CLONE_FILES to share the file descriptor table for kcmp validation.
247 pid_t first = clone(nullptr, nullptr, CLONE_FILES, nullptr);
253 if (clone(nullptr, nullptr, CLONE_FILES, nullptr) == -1) {
514 // Essentially pthread_create without CLONE_FILES, so we still work during file descriptor
  /bionic/libc/bionic/
pthread_create.cpp 302 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM |
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 410 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED,

Completed in 352 milliseconds

1 2 3