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

1 2

  /external/strace/
sigevent.h 34 unsigned long sival_ptr; member in union:__anon35331::__anon35332
print_sigevent.c 47 if (sev.sigev_value.sival_ptr) {
48 tprintf("sigev_value={sival_int=%d, sival_ptr=",
50 printaddr(sev.sigev_value.sival_ptr);
  /external/strace/tests/
rt_sigqueueinfo.c 42 .sival_ptr = (void *) (unsigned long) 0xdeadbeefbadc0dedULL
52 pid, pid, getuid(), value.sival_int, value.sival_ptr);
timer_create.c 52 .sigev_value.sival_ptr = (unsigned long) 0xdeadbeefbadc0dedULL
57 "sival_ptr=%#lx}, sigev_signo=%u, "
60 sev.sigev_value.sival_ptr,
68 "sival_ptr=%#lx}, sigev_signo=%u, sigev_notify=SIGEV_NONE}, "
71 sev.sigev_value.sival_ptr,
79 "sival_ptr=%#lx}, sigev_signo=SIGALRM, "
82 sev.sigev_value.sival_ptr, tid[1]);
92 "sival_ptr=%#lx}, sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
96 sev.sigev_value.sival_ptr,
109 "sival_ptr=%#lx}, sigev_signo=SIGALRM,
    [all...]
rt_tgsigqueueinfo.c 68 info->si_value.sival_ptr =
80 info->si_value.sival_ptr);
mq_sendrecv.c 235 .sigev_value.sival_ptr = (unsigned long) 0xdeadbeefbadc0dedULL
372 printf("mq_notify(%d, {sigev_value={sival_int=%d, sival_ptr=%#lx}"
375 bogus_sev->sigev_value.sival_ptr,
382 printf("mq_notify(%d, {sigev_value={sival_int=%d, sival_ptr=%#lx}"
385 bogus_sev->sigev_value.sival_ptr,
392 printf("mq_notify(%d, {sigev_value={sival_int=%d, sival_ptr=%#lx}"
395 bogus_sev->sigev_value.sival_ptr, sprintrc(rc));
404 printf("mq_notify(%d, {sigev_value={sival_int=%d, sival_ptr=%#lx}"
409 bogus_sev->sigev_value.sival_ptr,
  /external/strace/tests-m32/
rt_sigqueueinfo.c 42 .sival_ptr = (void *) (unsigned long) 0xdeadbeefbadc0dedULL
52 pid, pid, getuid(), value.sival_int, value.sival_ptr);
timer_create.c 52 .sigev_value.sival_ptr = (unsigned long) 0xdeadbeefbadc0dedULL
57 "sival_ptr=%#lx}, sigev_signo=%u, "
60 sev.sigev_value.sival_ptr,
68 "sival_ptr=%#lx}, sigev_signo=%u, sigev_notify=SIGEV_NONE}, "
71 sev.sigev_value.sival_ptr,
79 "sival_ptr=%#lx}, sigev_signo=SIGALRM, "
82 sev.sigev_value.sival_ptr, tid[1]);
92 "sival_ptr=%#lx}, sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
96 sev.sigev_value.sival_ptr,
109 "sival_ptr=%#lx}, sigev_signo=SIGALRM,
    [all...]
rt_tgsigqueueinfo.c 68 info->si_value.sival_ptr =
80 info->si_value.sival_ptr);
mq_sendrecv.c 235 .sigev_value.sival_ptr = (unsigned long) 0xdeadbeefbadc0dedULL
372 printf("mq_notify(%d, {sigev_value={sival_int=%d, sival_ptr=%#lx}"
375 bogus_sev->sigev_value.sival_ptr,
382 printf("mq_notify(%d, {sigev_value={sival_int=%d, sival_ptr=%#lx}"
385 bogus_sev->sigev_value.sival_ptr,
392 printf("mq_notify(%d, {sigev_value={sival_int=%d, sival_ptr=%#lx}"
395 bogus_sev->sigev_value.sival_ptr, sprintrc(rc));
404 printf("mq_notify(%d, {sigev_value={sival_int=%d, sival_ptr=%#lx}"
409 bogus_sev->sigev_value.sival_ptr,
  /external/strace/tests-mx32/
rt_sigqueueinfo.c 42 .sival_ptr = (void *) (unsigned long) 0xdeadbeefbadc0dedULL
52 pid, pid, getuid(), value.sival_int, value.sival_ptr);
timer_create.c 52 .sigev_value.sival_ptr = (unsigned long) 0xdeadbeefbadc0dedULL
57 "sival_ptr=%#lx}, sigev_signo=%u, "
60 sev.sigev_value.sival_ptr,
68 "sival_ptr=%#lx}, sigev_signo=%u, sigev_notify=SIGEV_NONE}, "
71 sev.sigev_value.sival_ptr,
79 "sival_ptr=%#lx}, sigev_signo=SIGALRM, "
82 sev.sigev_value.sival_ptr, tid[1]);
92 "sival_ptr=%#lx}, sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
96 sev.sigev_value.sival_ptr,
109 "sival_ptr=%#lx}, sigev_signo=SIGALRM,
    [all...]
rt_tgsigqueueinfo.c 68 info->si_value.sival_ptr =
80 info->si_value.sival_ptr);
mq_sendrecv.c 235 .sigev_value.sival_ptr = (unsigned long) 0xdeadbeefbadc0dedULL
372 printf("mq_notify(%d, {sigev_value={sival_int=%d, sival_ptr=%#lx}"
375 bogus_sev->sigev_value.sival_ptr,
382 printf("mq_notify(%d, {sigev_value={sival_int=%d, sival_ptr=%#lx}"
385 bogus_sev->sigev_value.sival_ptr,
392 printf("mq_notify(%d, {sigev_value={sival_int=%d, sival_ptr=%#lx}"
395 bogus_sev->sigev_value.sival_ptr, sprintrc(rc));
404 printf("mq_notify(%d, {sigev_value={sival_int=%d, sival_ptr=%#lx}"
409 bogus_sev->sigev_value.sival_ptr,
  /system/chre/platform/linux/
system_timer.cc 40 SystemTimer *sysTimer = static_cast<SystemTimer*>(cookie.sival_ptr);
62 sigevt.sigev_value.sival_ptr = this;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
3-1.c 54 struct aiocb *a = info->si_value.sival_ptr;
122 aiocb->aio_sigevent.sigev_value.sival_ptr = aiocb;
  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 76 se.sigev_value.sival_ptr = &mTimerId;
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 25 void __user * sival_ptr; member in union:sigval
113 #define si_ptr _sifields._rt._sigval.sival_ptr
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 10 void __user *sival_ptr; member in union:sigval
138 #define si_ptr _sifields._rt._sigval.sival_ptr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 9 void *sival_ptr; member in union:sigval
120 #define si_ptr _sifields._rt._sigval.sival_ptr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 36 void *sival_ptr; member in union:sigval
121 # define si_ptr _sifields._rt.si_sigval.sival_ptr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 36 void *sival_ptr; member in union:sigval
121 # define si_ptr _sifields._rt.si_sigval.sival_ptr
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
1-1.c 125 event.sigev_value.sival_ptr = NULL;
4-1.c 123 event.sigev_value.sival_ptr = NULL;
9-1.c 115 event.sigev_value.sival_ptr = NULL;

Completed in 728 milliseconds

1 2