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

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
2-1.c 17 struct sigevent sigevent; local
23 aiocb.aio_sigevent = sigevent;
  /external/linux-kselftest/tools/testing/selftests/ptp/
testptp.c 156 struct sigevent sigevent; local
401 sigevent.sigev_notify = SIGEV_SIGNAL;
402 sigevent.sigev_signo = SIGALRM;
403 if (timer_create(clkid, &sigevent, &timerid)) {
421 sigevent.sigev_notify = SIGEV_SIGNAL;
422 sigevent.sigev_signo = SIGALRM;
423 if (timer_create(clkid, &sigevent, &timerid)) {
  /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/osi/src/
alarm.cc 663 struct sigevent sigevent; local
672 memset(&sigevent, 0, sizeof(sigevent));
673 sigevent.sigev_notify = SIGEV_THREAD;
674 sigevent.sigev_notify_function = (void (*)(union sigval))timer_callback;
675 sigevent.sigev_notify_attributes = &thread_attr;
676 if (timer_create(clock_id, &sigevent, timer) == -1) {
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 199 typedef struct sigevent { struct
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 257 * sigevent definitions
281 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
  /system/bt/tools/mcap_tool/
mcap_tool.cc 501 struct sigevent sigevent; local
502 memset(&sigevent, 0, sizeof(sigevent));
503 sigevent.sigev_notify = SIGEV_THREAD;
504 sigevent.sigev_notify_function = (void (*)(union sigval))cb;
505 sigevent.sigev_value.sival_ptr = data;
506 timer_create(CLOCK_MONOTONIC, &sigevent, &timer);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2299 class sigevent(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2299 class sigevent(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2299 class sigevent(Structure): class in inherits:Structure
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2299 class sigevent(Structure): class in inherits:Structure
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2299 class sigevent(Structure): class in inherits:Structure
    [all...]

Completed in 377 milliseconds