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

1 2 3 4

  /system/bt/osi/test/
AlarmTestHarness.cpp 46 struct sigevent sigevent; local
47 memset(&sigevent, 0, sizeof(sigevent));
48 sigevent.sigev_notify = SIGEV_THREAD;
49 sigevent.sigev_notify_function = (void (*)(union sigval))timer_callback;
50 sigevent.sigev_value.sival_ptr = NULL;
51 timer_create(CLOCK_BOOTTIME, &sigevent, &timer);
  /system/bt/test/suite/support/
hal.c 90 struct sigevent sigevent; local
91 memset(&sigevent, 0, sizeof(sigevent));
92 sigevent.sigev_notify = SIGEV_THREAD;
93 sigevent.sigev_notify_function = (void (*)(union sigval))cb;
94 sigevent.sigev_value.sival_ptr = data;
95 timer_create(CLOCK_MONOTONIC, &sigevent, timer);
  /system/bt/osi/src/
alarm.c 222 struct sigevent sigevent; local
223 memset(&sigevent, 0, sizeof(sigevent));
224 sigevent.sigev_notify = SIGEV_THREAD;
225 sigevent.sigev_notify_function = (void (*)(union sigval))timer_callback;
226 if (timer_create(CLOCK_ID, &sigevent, &timer) == -1) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
siginfo.h 1 /* siginfo_t, sigevent and constants. Linux version.
273 typedef struct sigevent struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 1 /* siginfo_t, sigevent and constants. Linux version.
273 typedef struct sigevent struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 1 /* siginfo_t, sigevent and constants. Linux version.
273 typedef struct sigevent struct
  /system/bt/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);
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 240 typedef struct sigevent { struct
  /development/ndk/platforms/android-21/include/asm-generic/
siginfo.h 240 typedef struct sigevent { struct
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 254 * sigevent definitions
278 typedef struct sigevent { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h 223 * sigevent definitions
247 typedef struct sigevent { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 244 * sigevent definitions
268 typedef struct sigevent { struct
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 194 typedef struct sigevent { struct

Completed in 915 milliseconds

1 2 3 4