OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGEV_THREAD
(Results
1 - 25
of
76
) sorted by null
1
2
3
4
/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
56
case
SIGEV_THREAD
:
88
case
SIGEV_THREAD
:
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/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/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/strace/tests/
timer_create.c
70
sev.sigev_notify =
SIGEV_THREAD
;
78
", sigev_signo=SIGALRM, sigev_notify=
SIGEV_THREAD
"
/packages/apps/Nfc/nci/jni/
IntervalTimer.cpp
90
se.sigev_notify =
SIGEV_THREAD
;
/bionic/libc/bionic/
posix_timers.cpp
47
// Most POSIX timers are handled directly by the kernel. We translate
SIGEV_THREAD
timers
63
// The fields below are only needed for a
SIGEV_THREAD
timer.
119
// If not a
SIGEV_THREAD
timer, the kernel can handle it without our help.
120
if (timer->sigev_notify !=
SIGEV_THREAD
) {
130
// Otherwise, this must be
SIGEV_THREAD
timer...
195
if (timer->sigev_notify ==
SIGEV_THREAD
) {
212
// When using timer_settime to disarm a repeatable
SIGEV_THREAD
timer with a very small
/system/bt/osi/test/
AlarmTestHarness.cpp
50
sigevent.sigev_notify =
SIGEV_THREAD
;
/bionic/tests/
time_test.cpp
211
se.sigev_notify =
SIGEV_THREAD
;
278
se.sigev_notify =
SIGEV_THREAD
;
379
// A
SIGEV_THREAD
timer is more interesting because we have stuff to clean up.
382
se.sigev_notify =
SIGEV_THREAD
;
397
se.sigev_notify =
SIGEV_THREAD
;
481
se.sigev_notify =
SIGEV_THREAD
;
/development/ndk/platforms/android-21/include/asm-generic/
siginfo.h
231
#define
SIGEV_THREAD
2
/development/ndk/platforms/android-3/include/asm-generic/
siginfo.h
184
#define
SIGEV_THREAD
2
/external/fio/os/
os-mac.h
63
if (fio_timers[i].sigev_notify ==
SIGEV_THREAD
)
/external/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c
175
se.sigev_notify =
SIGEV_THREAD
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h
225
* It seems likely that
SIGEV_THREAD
will have to be handled from
232
#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 */
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
siginfo.h
184
#define
SIGEV_THREAD
2
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
siginfo.h
184
#define
SIGEV_THREAD
2
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
siginfo.h
184
#define
SIGEV_THREAD
2
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
siginfo.h
184
#define
SIGEV_THREAD
2
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
siginfo.h
184
#define
SIGEV_THREAD
2
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm-generic/
siginfo.h
184
#define
SIGEV_THREAD
2
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm-generic/
siginfo.h
184
#define
SIGEV_THREAD
2
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm-generic/
siginfo.h
184
#define
SIGEV_THREAD
2
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm-generic/
siginfo.h
184
#define
SIGEV_THREAD
2
Completed in 751 milliseconds
1
2
3
4