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

1 2 3 4 5 6

  /system/bt/osi/test/
AlarmTestHarness.cpp 48 struct sigevent sigevent; local
49 memset(&sigevent, 0, sizeof(sigevent));
50 sigevent.sigev_notify = SIGEV_THREAD;
51 sigevent.sigev_notify_function = (void (*)(union sigval))timer_callback;
52 sigevent.sigev_value.sival_ptr = NULL;
53 timer_create(CLOCK_BOOTTIME, &sigevent, &timer);
  /external/strace/
print_sigevent.c 34 typedef struct sigevent struct_sigevent;
85 # warning unfamiliar struct sigevent => incomplete SIGEV_THREAD_ID decoding
  /external/valgrind/memcheck/tests/darwin/
aio.c 15 struct sigevent s;
18 // Not sure if the sigevent is even looked at by aio_*... just zero it.
19 memset(&s, 0, sizeof(struct sigevent));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
aio.h 42 struct sigevent aio_sigevent; /* Signal number and value. */
70 struct sigevent aio_sigevent; /* Signal number and value. */
152 int __nent, struct sigevent *__restrict __sig)
187 int __nent, struct sigevent *__restrict __sig),
226 int __nent, struct sigevent *__restrict __sig)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
aio.h 42 struct sigevent aio_sigevent; /* Signal number and value. */
70 struct sigevent aio_sigevent; /* Signal number and value. */
152 int __nent, struct sigevent *__restrict __sig)
187 int __nent, struct sigevent *__restrict __sig),
226 int __nent, struct sigevent *__restrict __sig)
  /bionic/libc/include/
time.h 44 struct sigevent;
95 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-21/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
time.h 44 struct sigevent;
93 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;

Completed in 459 milliseconds

1 2 3 4 5 6