OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGEV_THREAD_ID
(Results
1 - 12
of
12
) sorted by null
/external/strace/xlat/
sigev_value.h
27
#if defined(
SIGEV_THREAD_ID
) || (defined(HAVE_DECL_SIGEV_THREAD_ID) && HAVE_DECL_SIGEV_THREAD_ID)
29
static_assert((
SIGEV_THREAD_ID
) == (4), "
SIGEV_THREAD_ID
!= 4");
32
# define
SIGEV_THREAD_ID
4
50
XLAT(
SIGEV_THREAD_ID
),
/external/strace/
print_sigevent.c
58
case
SIGEV_THREAD_ID
:
69
case
SIGEV_THREAD_ID
:
/external/strace/tests/
timer_create.c
101
#ifndef
SIGEV_THREAD_ID
102
# define
SIGEV_THREAD_ID
4
104
sev.sigev_notify =
SIGEV_THREAD_ID
;
110
"sigev_notify=
SIGEV_THREAD_ID
, sigev_notify_thread_id=%d}"
/external/strace/tests-m32/
timer_create.c
101
#ifndef
SIGEV_THREAD_ID
102
# define
SIGEV_THREAD_ID
4
104
sev.sigev_notify =
SIGEV_THREAD_ID
;
110
"sigev_notify=
SIGEV_THREAD_ID
, sigev_notify_thread_id=%d}"
/external/strace/tests-mx32/
timer_create.c
101
#ifndef
SIGEV_THREAD_ID
102
# define
SIGEV_THREAD_ID
4
104
sev.sigev_notify =
SIGEV_THREAD_ID
;
110
"sigev_notify=
SIGEV_THREAD_ID
, sigev_notify_thread_id=%d}"
/bionic/libc/bionic/
posix_timers.cpp
47
// into
SIGEV_THREAD_ID
timers so the kernel handles all the time-related stuff and we just
167
se.sigev_notify =
SIGEV_THREAD_ID
;
/bionic/libc/kernel/uapi/asm-generic/
siginfo.h
216
#define
SIGEV_THREAD_ID
4
/external/kernel-headers/original/uapi/asm-generic/
siginfo.h
306
#define
SIGEV_THREAD_ID
4 /* deliver to thread */
/external/minijail/linux-x86/
libconstants.gen.c
1103
#ifdef
SIGEV_THREAD_ID
1104
{ "
SIGEV_THREAD_ID
", (unsigned long)
SIGEV_THREAD_ID
}
[
all
...]
/external/perfetto/src/base/
watchdog_posix.cc
249
sev.sigev_notify =
SIGEV_THREAD_ID
;
/external/autotest/client/tests/cyclictest/src/
cyclictest.c
236
sigev.sigev_notify =
SIGEV_THREAD_ID
| SIGEV_SIGNAL;
/external/syzkaller/sys/freebsd/gen/
amd64.go
[
all
...]
Completed in 1176 milliseconds