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

1 2

  /external/strace/xlat/
sigev_value.h 8 #if !(defined(SIGEV_THREAD) || (defined(HAVE_DECL_SIGEV_THREAD) && HAVE_DECL_SIGEV_THREAD))
9 # define SIGEV_THREAD 2
27 XLAT(SIGEV_THREAD),
  /external/strace/
print_sigevent.c 57 case SIGEV_THREAD:
72 case SIGEV_THREAD:
74 printaddr(sev.sigev_un.sigev_thread.function);
76 printaddr(sev.sigev_un.sigev_thread.attribute);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 306 SIGEV_THREAD, /* Deliver via thread creation. */
307 # define SIGEV_THREAD SIGEV_THREAD
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 306 SIGEV_THREAD, /* Deliver via thread creation. */
307 # define SIGEV_THREAD SIGEV_THREAD
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
18-1.c 80 se.sigev_notify = SIGEV_THREAD;
  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 75 se.sigev_notify = SIGEV_THREAD;
  /bionic/libc/bionic/
posix_timers.cpp 46 // Most POSIX timers are handled directly by the kernel. We translate SIGEV_THREAD timers
62 // The fields below are only needed for a SIGEV_THREAD timer.
114 // If not a SIGEV_THREAD timer, the kernel can handle it without our help.
115 if (timer->sigev_notify != SIGEV_THREAD) {
125 // Otherwise, this must be SIGEV_THREAD timer...
192 if (timer->sigev_notify == SIGEV_THREAD) {
209 // When using timer_settime to disarm a repeatable SIGEV_THREAD timer with a very small
  /external/ltp/testcases/kernel/syscalls/mq_notify/
mq_notify01.c 64 .notify = SIGEV_THREAD,
137 case SIGEV_THREAD:
  /external/strace/tests/
timer_create.c 84 sev.sigev_notify = SIGEV_THREAD;
85 sev.sigev_un.sigev_thread.function =
87 sev.sigev_un.sigev_thread.attribute =
92 "sival_ptr=%#lx}, sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
97 sev.sigev_un.sigev_thread.function,
98 sev.sigev_un.sigev_thread.attribute,
mq_sendrecv.c 397 /* SIGEV_THREAD */
398 bogus_sev->sigev_notify = SIGEV_THREAD;
399 bogus_sev->sigev_un.sigev_thread.function =
401 bogus_sev->sigev_un.sigev_thread.attribute =
405 ", sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
410 bogus_sev->sigev_un.sigev_thread.function,
411 bogus_sev->sigev_un.sigev_thread.attribute, sprintrc(rc));
  /external/strace/tests-m32/
timer_create.c 84 sev.sigev_notify = SIGEV_THREAD;
85 sev.sigev_un.sigev_thread.function =
87 sev.sigev_un.sigev_thread.attribute =
92 "sival_ptr=%#lx}, sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
97 sev.sigev_un.sigev_thread.function,
98 sev.sigev_un.sigev_thread.attribute,
mq_sendrecv.c 397 /* SIGEV_THREAD */
398 bogus_sev->sigev_notify = SIGEV_THREAD;
399 bogus_sev->sigev_un.sigev_thread.function =
401 bogus_sev->sigev_un.sigev_thread.attribute =
405 ", sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
410 bogus_sev->sigev_un.sigev_thread.function,
411 bogus_sev->sigev_un.sigev_thread.attribute, sprintrc(rc));
  /external/strace/tests-mx32/
timer_create.c 84 sev.sigev_notify = SIGEV_THREAD;
85 sev.sigev_un.sigev_thread.function =
87 sev.sigev_un.sigev_thread.attribute =
92 "sival_ptr=%#lx}, sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
97 sev.sigev_un.sigev_thread.function,
98 sev.sigev_un.sigev_thread.attribute,
mq_sendrecv.c 397 /* SIGEV_THREAD */
398 bogus_sev->sigev_notify = SIGEV_THREAD;
399 bogus_sev->sigev_un.sigev_thread.function =
401 bogus_sev->sigev_un.sigev_thread.attribute =
405 ", sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
410 bogus_sev->sigev_un.sigev_thread.function,
411 bogus_sev->sigev_un.sigev_thread.attribute, sprintrc(rc));
  /system/chre/platform/linux/
system_timer.cc 61 sigevt.sigev_notify = SIGEV_THREAD;
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 192 #define SIGEV_THREAD 2
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 259 * It seems likely that SIGEV_THREAD will have to be handled from
266 #define SIGEV_THREAD 2 /* deliver via thread creation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 246 * It seems likely that SIGEV_THREAD will have to be handled from
253 #define SIGEV_THREAD 2 /* deliver via thread creation */
  /bionic/tests/
time_test.cpp 314 se.sigev_notify = SIGEV_THREAD;
381 se.sigev_notify = SIGEV_THREAD;
482 // A SIGEV_THREAD timer is more interesting because we have stuff to clean up.
485 se.sigev_notify = SIGEV_THREAD;
500 se.sigev_notify = SIGEV_THREAD;
584 se.sigev_notify = SIGEV_THREAD;
  /external/minijail/linux-x86/
libconstants.gen.c     [all...]
  /bionic/tests/headers/posix/
signal_h.c 64 MACRO(SIGEV_THREAD);
  /hardware/broadcom/libbt/src/
upio.c 426 se.sigev_notify = SIGEV_THREAD;
  /hardware/nxp/nfc/halimpl/tml/
phOsalNfc_Timer.cc 78 se.sigev_notify = SIGEV_THREAD;
  /external/ltp/lib/
tlibio.c 700 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD;
    [all...]
  /external/deqp/framework/delibs/deutil/
deTimer.c 185 sevp.sigev_notify = SIGEV_THREAD;

Completed in 259 milliseconds

1 2