HomeSort by relevance Sort by last modified time
    Searched defs:eventfd (Results 1 - 4 of 4) sorted by null

  /bionic/libc/arch-arm/syscalls/
eventfd.S 6 ENTRY(eventfd) function
15 END(eventfd)
  /bionic/libc/arch-mips/syscalls/
eventfd.S 4 .globl eventfd
6 .ent eventfd
8 eventfd: label
22 .end eventfd
  /bionic/libc/arch-x86/syscalls/
eventfd.S 6 ENTRY(eventfd) function
24 END(eventfd)
  /development/ndk/sources/android/libportable/arch-mips/
eventfd.c 25 #include <sys/eventfd.h>
70 * In the original eventfd() the portable_flags were unused up to
73 * the Android eventfd() for both eventfd and eventfd2 system calls.
75 int WRAP(eventfd)(unsigned int initval, int portable_flags) { function
85 rv = REAL(eventfd)(initval, native_flags);

Completed in 362 milliseconds