OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KCMP_SYSVSEM
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/linux/
kcmp.h
30
KCMP_SYSVSEM
,
/external/kernel-headers/original/uapi/linux/
kcmp.h
12
KCMP_SYSVSEM
,
/external/strace/xlat/
kcmp_types.h
20
#if !(defined(
KCMP_SYSVSEM
) || (defined(HAVE_DECL_KCMP_SYSVSEM) && HAVE_DECL_KCMP_SYSVSEM))
21
# define
KCMP_SYSVSEM
6
38
XLAT(
KCMP_SYSVSEM
),
/system/extras/tests/kernel.config/
sysvipc_test.cpp
34
int ret = kcmp(pid, pid,
KCMP_SYSVSEM
, 0, 0);
36
EXPECT_EQ(-1, kcmp(pid, pid,
KCMP_SYSVSEM
, 0, 0));
/external/strace/
kcmp.c
50
case
KCMP_SYSVSEM
:
Completed in 5154 milliseconds