HomeSort by relevance Sort by last modified time
    Searched refs:eventfd (Results 26 - 42 of 42) sorted by null

12

  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 130 ret = WRAP(eventfd)(initval, flags); /* Android uses __NR_eventfd2 in eventfd() */
138 * Both Bionic and glibc implement the eventfd() now with
152 ret = WRAP(eventfd)(initval, flags); /* Android uses __NR_eventfd2 in eventfd() */
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 205 int eventfd (unsigned int, int);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 205 int eventfd (unsigned int, int);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 205 int eventfd (unsigned int, int);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
linux-unistd.h 205 int eventfd (unsigned int, int);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
linux-unistd.h 205 int eventfd (unsigned int, int);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 205 int eventfd (unsigned int, int);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 205 int eventfd (unsigned int, int);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 46 #include <sys/eventfd.h>
813 musbpfdPlayback = eventfd(0,0);
834 mproxypfdPlayback = eventfd(0,0);
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 80 #include <sys/eventfd.h>
  /bionic/libc/arch-arm/
syscalls.mk 201 syscall_src += arch-arm/syscalls/eventfd.S
  /bionic/libc/arch-x86/
syscalls.mk 205 syscall_src += arch-x86/syscalls/eventfd.S
  /frameworks/base/services/common_time/
common_time_server.cpp 34 #include <sys/eventfd.h>
143 // Create the eventfd we will use to signal our thread to wake up when
145 mWakeupThreadFD = eventfd(0, EFD_NONBLOCK);
256 // Were we woken up on purpose? If so, clear the eventfd with a read.
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /bionic/libc/arch-mips/
syscalls.mk 204 syscall_src += arch-mips/syscalls/eventfd.S
  /external/qemu/
qemu-char.c     [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 81 #include <sys/eventfd.h>
    [all...]

Completed in 449 milliseconds

12