HomeSort by relevance Sort by last modified time
    Searched full:sigevent (Results 1 - 25 of 47) sorted by null

1 2

  /external/kernel-headers/original/linux/
aio_abi.h 84 __u64 aio_reserved2; /* TODO: use this for a (struct sigevent *) */
compat.h 204 int get_compat_sigevent(struct sigevent *event,
  /system/extras/tests/bionic/libc/other/
test_timer_create.c 52 struct sigevent se;
test_timer_create2.c 52 struct sigevent se;
test_timer_create3.c 68 struct sigevent se;
  /bionic/libc/include/
time.h 125 extern int timer_create(int, struct sigevent*, timer_t*);
  /bionic/libc/kernel/common/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /ndk/build/platforms/android-3/arch-arm/usr/include/
time.h 107 extern int timer_create(int, struct sigevent*, timer_t*);
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /ndk/build/platforms/android-4/arch-arm/usr/include/
time.h 107 extern int timer_create(int, struct sigevent*, timer_t*);
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /ndk/build/platforms/android-5/arch-arm/usr/include/
time.h 107 extern int timer_create(int, struct sigevent*, timer_t*);
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /ndk/build/platforms/android-5/arch-x86/usr/include/
time.h 107 extern int timer_create(int, struct sigevent*, timer_t*);
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /ndk/build/platforms/android-8/arch-arm/usr/include/
time.h 107 extern int timer_create(int, struct sigevent*, timer_t*);
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /ndk/build/platforms/android-8/arch-x86/usr/include/
time.h 107 extern int timer_create(int, struct sigevent*, timer_t*);
  /external/kernel-headers/original/asm-generic/
siginfo.h 227 * sigevent definitions
251 typedef struct sigevent { struct
  /bionic/libc/bionic/
pthread-timers.c 297 extern int __timer_create( clockid_t, struct sigevent*, timer_t* );
307 timer_create( clockid_t clockid, struct sigevent* evp, timer_t *ptimerid)
331 struct sigevent evp0;
  /bionic/libc/include/sys/
linux-unistd.h 132 int __timer_create (clockid_t clockid, struct sigevent *evp, timer_t *timerid);
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 131 int __timer_create (clockid_t clockid, struct sigevent *evp, timer_t *timerid);
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 131 int __timer_create (clockid_t clockid, struct sigevent *evp, timer_t *timerid);
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 131 int __timer_create (clockid_t clockid, struct sigevent *evp, timer_t *timerid);

Completed in 2118 milliseconds

1 2