Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SHM_STAT_ANY
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/include/lapi/
H
A
D
shm.h
11
#ifndef
SHM_STAT_ANY
12
# define
SHM_STAT_ANY
15
macro
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H
A
D
shmctl04.c
11
* * The returned index points to a valid SHM by calling
SHM_STAT_ANY
119
tst_res(TINFO, "Test
SHM_STAT_ANY
%s", tc->desc);
in verify_shminfo()
130
shmid = shmctl(TST_RET,
SHM_STAT_ANY
, &ds);
in verify_shminfo()
141
if (shmctl(i,
SHM_STAT_ANY
, &ds) != -1)
in verify_shminfo()
165
TEST(shmctl(shm_id,
SHM_STAT_ANY
, &temp_ds));
in setup()
168
tst_brk(TCONF, "kernel doesn't support
SHM_STAT_ANY
");
in setup()
171
"Current environment doesn't permit
SHM_STAT_ANY
");
in setup()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
shm.h
38
#define
SHM_STAT_ANY
(15 | (IPC_STAT & 0x100))
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
shm.h
32
#define
SHM_STAT_ANY
(15 | (IPC_STAT & 0x100))
macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
shm.h
38
#define
SHM_STAT_ANY
(15 | (IPC_STAT & 0x100))
macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
shm.h
38
#define
SHM_STAT_ANY
(15 | (IPC_STAT & 0x100))
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
shm.h
38
#define
SHM_STAT_ANY
(15 | (IPC_STAT & 0x100))
macro
/third_party/musl/include/sys/
H
A
D
shm.h
38
#define
SHM_STAT_ANY
(15 | (IPC_STAT & 0x100))
macro
/third_party/musl/src/ipc/
H
A
D
shmctl.c
37
case
SHM_STAT_ANY
:
in shmctl()
Completed in 2 milliseconds