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

1 2 3 4 5 6 7 8 9

  /external/bluetooth/bluedroid/test/suite/support/
hal.c 79 struct sigevent sigevent; local
80 memset(&sigevent, 0, sizeof(sigevent));
81 sigevent.sigev_notify = SIGEV_THREAD;
82 sigevent.sigev_notify_function = (void (*)(union sigval))cb;
83 sigevent.sigev_value.sival_ptr = data;
84 timer_create(CLOCK_MONOTONIC, &sigevent, &timer);
  /development/ndk/sources/android/libportable/arch-mips/
timer.c 22 int WRAP(timer_create)(clockid_t clockid, struct sigevent *portable_evp,
25 struct sigevent native_sigevent, *evp = portable_evp;
  /development/ndk/platforms/android-L/include/
time.h 43 struct sigevent;
89 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /external/bluetooth/bluedroid/osi/src/
alarm.c 257 struct sigevent sigevent; local
258 memset(&sigevent, 0, sizeof(sigevent));
259 sigevent.sigev_notify = SIGEV_THREAD;
260 sigevent.sigev_notify_function = (void (*)(union sigval))timer_callback;
261 sigevent.sigev_value.sival_ptr = next;
262 if (timer_create(CLOCK_ID, &sigevent, &timer) == -1) {
  /external/bluetooth/bluedroid/osi/test/
alarm_test.cpp 39 struct sigevent sigevent; local
40 memset(&sigevent, 0, sizeof(sigevent));
41 sigevent.sigev_notify = SIGEV_THREAD;
42 sigevent.sigev_notify_function = (void (*)(union sigval))timer_callback;
43 sigevent.sigev_value.sival_ptr = NULL;
44 timer_create(CLOCK_BOOTTIME, &sigevent, &timer);
  /external/valgrind/main/memcheck/tests/darwin/
aio.c 15 struct sigevent s;
17 // Not sure if the sigevent is even looked at by aio_*... just zero it.
18 memset(&s, 0, sizeof(struct sigevent));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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)
mqueue.h 64 extern int mq_notify (mqd_t __mqdes, __const struct sigevent *__notification)
  /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)
mqueue.h 64 extern int mq_notify (mqd_t __mqdes, __const struct sigevent *__notification)
  /bionic/libc/include/
time.h 44 struct sigevent;
91 extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/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/9/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/9/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/9/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/9/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/9/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__;
  /bionic/libc/bionic/
posix_timers.cpp 39 extern "C" int __timer_create(clockid_t, sigevent*, __kernel_timer_t*);
106 int timer_create(clockid_t clock_id, sigevent* evp, timer_t* timer_id) {
163 sigevent se = *evp;
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 510 struct sigevent sigevent; local
511 memset(&sigevent, 0, sizeof(sigevent));
512 sigevent.sigev_notify = SIGEV_THREAD;
513 sigevent.sigev_notify_function = (void (*)(union sigval))cb;
514 sigevent.sigev_value.sival_ptr = data;
515 timer_create(CLOCK_MONOTONIC, &sigevent, &timer);
  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 83 struct sigevent se;
87 * Set the sigevent structure to cause the signal to be
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 321 struct sigevent sigevent; local
322 memset(&sigevent, 0, sizeof(sigevent));
323 sigevent.sigev_notify = SIGEV_THREAD;
324 sigevent.sigev_notify_function = (void (*)(union sigval))bt_alarm_cb;
325 sigevent.sigev_value.sival_ptr = NULL;
326 if (timer_create(CLOCK_REALTIME, &sigevent, &posix_timer) == -1) {
    [all...]
  /development/ndk/platforms/android-3/include/
time.h 115 extern int timer_create(int, struct sigevent*, timer_t*);
  /development/ndk/platforms/android-8/include/
time.h 113 extern int timer_create(int, struct sigevent*, timer_t*);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
time.h 107 extern int timer_create(int, struct sigevent*, timer_t*);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
time.h 107 extern int timer_create(int, struct sigevent*, timer_t*);

Completed in 623 milliseconds

1 2 3 4 5 6 7 8 9