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

1 2

  /external/strace/tests/
fcntl.c 60 #if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64
  /external/strace/tests-m32/
fcntl.c 60 #if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64
  /external/strace/tests-mx32/
fcntl.c 60 #if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64
  /external/strace/xlat/
fcntlcmds.in 15 F_GETOWN_EX 16
fcntlcmds.h 41 #if !(defined(F_GETOWN_EX) || (defined(HAVE_DECL_F_GETOWN_EX) && HAVE_DECL_F_GETOWN_EX))
42 # define F_GETOWN_EX 16
106 XLAT(F_GETOWN_EX),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 120 #define F_GETOWN_EX 16
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 110 #define F_GETOWN_EX 16
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 129 #define F_GETOWN_EX 16
  /external/strace/
fcntl.c 166 case F_GETOWN_EX:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 99 # define F_GETOWN_EX 16 /* Set owner (thread receiving SIGIO). */
188 /* Structure to use with F_GETOWN_EX and F_SETOWN_EX. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 114 # define F_GETOWN_EX 16 /* Set owner (thread receiving SIGIO). */
203 /* Structure to use with F_GETOWN_EX and F_SETOWN_EX. */
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl31.c 21 * Basic test for fcntl(2) using F_GETOWN, F_SETOWN, F_GETOWN_EX,
50 static char *ownex_tconf_msg = "F_GETOWN_EX and F_SETOWN_EX only run on "
131 TEST(fcntl(test_fd, F_GETOWN_EX, &orig_own_ex));
218 test_set_and_get_sig(SIGUSR1, "F_GETOWN_EX, F_SETOWN_EX for thread ID");
241 "F_GETOWN_EX, F_SETOWN_EX for process ID");
264 "F_GETOWN_EX, F_SETOWN_EX for process group ID");
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 275 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_amd64.go 275 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_arm.go 277 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_arm64.go 361 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_mips.go 362 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_mips64.go 358 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_mips64le.go 358 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_mipsle.go 362 F_GETOWN_EX = 0x10
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 275 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_amd64.go 275 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_arm.go 277 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_arm64.go 361 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_mips.go 362 F_GETOWN_EX = 0x10
    [all...]

Completed in 542 milliseconds

1 2