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_dtime
(Results
1 - 25
of
64
) sorted by relevance
1
2
3
/third_party/ltp/include/lapi/
H
A
D
shmbuf.h
35
long
shm_dtime
; /* last detach time */
member
49
unsigned long
shm_dtime
; /* last detach time */
member
78
long
shm_dtime
; /* last detach time */
member
85
unsigned long
shm_dtime
; /* last detach time */
member
115
long
shm_dtime
; /* last detach time */
member
122
unsigned long
shm_dtime
; /* last detach time */
member
152
long
shm_dtime
; /* last detach time */
member
159
unsigned long
shm_dtime
; /* last detach time */
member
187
__kernel_long_t
shm_dtime
; /* last detach time */
member
215
unsigned long
shm_dtime
; /* las
member
252
long
shm_dtime
; /* last detach time */
global()
member
258
unsigned long
shm_dtime
; /* last detach time */
global()
member
[all...]
/third_party/toybox/toys/pending/
H
A
D
ipcs.c
142
buf.
shm_dtime
? ctime(&buf.
shm_dtime
) : "Not set");
in show_shm_id()
216
printf(" %-20.16s", buf.
shm_dtime
in shm_array()
217
? ctime(&buf.
shm_dtime
) + 4 : "Not set");
in shm_array()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H
A
D
shm.h
19
time_t
shm_dtime
;
member
/third_party/musl/porting/uniproton/kernel/include/bits/
H
A
D
shm.h
19
time_t
shm_dtime
;
member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H
A
D
shm.h
19
time_t
shm_dtime
;
member
/third_party/musl/porting/linux/user/arch/generic/bits/
H
A
D
shm.h
7
time_t
shm_dtime
;
member
/third_party/musl/arch/arm/bits/
H
A
D
shm.h
19
time_t
shm_dtime
;
member
/third_party/musl/arch/i386/bits/
H
A
D
shm.h
19
time_t
shm_dtime
;
member
/third_party/musl/arch/microblaze/bits/
H
A
D
shm.h
19
time_t
shm_dtime
;
member
/third_party/musl/arch/mips/bits/
H
A
D
shm.h
17
time_t
shm_dtime
;
member
/third_party/musl/arch/or1k/bits/
H
A
D
shm.h
19
time_t
shm_dtime
;
member
/third_party/musl/arch/powerpc/bits/
H
A
D
shm.h
18
time_t
shm_dtime
;
member
/third_party/musl/arch/riscv32/bits/
H
A
D
shm.h
19
time_t
shm_dtime
;
member
/third_party/musl/arch/generic/bits/
H
A
D
shm.h
11
time_t
shm_dtime
;
member
/third_party/musl/arch/m68k/bits/
H
A
D
shm.h
19
time_t
shm_dtime
;
member
/third_party/musl/arch/mipsn32/bits/
H
A
D
shm.h
17
time_t
shm_dtime
;
member
/third_party/musl/arch/powerpc64/bits/
H
A
D
shm.h
6
time_t
shm_dtime
;
member
/third_party/musl/arch/sh/bits/
H
A
D
shm.h
19
time_t
shm_dtime
;
member
/third_party/musl/porting/liteos_a/kernel/include/bits/
H
A
D
shm.h
21
time_t
shm_dtime
;
member
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H
A
D
shm.h
21
time_t
shm_dtime
;
member
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
H
A
D
6-1-buildonly.c
18
* time_t
shm_dtime
40
t.
shm_dtime
= dtime;
in dummyfcn()
/third_party/musl/arch/x32/bits/
H
A
D
shm.h
7
time_t
shm_dtime
;
member
/third_party/musl/src/ipc/
H
A
D
shmctl.c
46
IPC_HILO(buf,
shm_dtime
);
in shmctl()
/third_party/musl/libc-test/src/api/
H
A
D
sys_shm.c
22
F(time_t,
shm_dtime
)
in f()
/third_party/musl/libc-test/src/functional/
H
A
D
ipc_shm.c
63
EQ((long long)shmid_ds.
shm_dtime
, 0, "got %lld, want %d");
in set()
Completed in 6 milliseconds
1
2
3