HomeSort by relevance Sort by last modified time
    Searched refs:F_SETSIG (Results 1 - 13 of 13) sorted by null

  /bionic/libc/kernel/common/asm-generic/
fcntl.h 78 #ifndef F_SETSIG
79 #define F_SETSIG 10
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 78 #ifndef F_SETSIG
79 #define F_SETSIG 10
  /external/kernel-headers/original/asm-generic/
fcntl.h 69 #ifndef F_SETSIG
70 #define F_SETSIG 10 /* for sockets. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 78 #ifndef F_SETSIG
79 #define F_SETSIG 10
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 78 #ifndef F_SETSIG
79 #define F_SETSIG 10
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 78 #ifndef F_SETSIG
79 #define F_SETSIG 10
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 78 #ifndef F_SETSIG
79 #define F_SETSIG 10
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 78 #ifndef F_SETSIG
79 #define F_SETSIG 10
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 78 #ifndef F_SETSIG
79 #define F_SETSIG 10
  /device/samsung/crespo/alsa-lib/src/control/
control_hw.c 37 #ifndef F_SETSIG
38 #define F_SETSIG 10
101 if (fcntl(fd, F_SETSIG, (long)sig) < 0) {
102 SYSERR("F_SETSIG failed");
  /external/strace/
desc.c 79 #ifdef F_SETSIG
80 { F_SETSIG, "F_SETSIG" },
  /device/samsung/crespo/alsa-lib/src/timer/
timer_hw.c 95 if (fcntl(fd, F_SETSIG, (long)sig) < 0) {
96 SYSERR("F_SETSIG failed");
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_hw.c 53 #ifndef F_SETSIG
54 #define F_SETSIG 10
241 if (fcntl(fd, F_SETSIG, (long)sig) < 0) {
243 SYSMSG("F_SETSIG failed");
    [all...]

Completed in 1261 milliseconds