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:STICKY_TIMEOUTS
(Results
1 - 7
of
7
) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
personality.h
15
#define
STICKY_TIMEOUTS
0x4000000
macro
20
#define PER_SVR4 (1 |
STICKY_TIMEOUTS
| MMAP_PAGE_ZERO)
21
#define PER_SVR3 (2 |
STICKY_TIMEOUTS
| SHORT_INODE)
22
#define PER_SCOSVR3 (3 |
STICKY_TIMEOUTS
| WHOLE_SECONDS | SHORT_INODE)
23
#define PER_OSR5 (3 |
STICKY_TIMEOUTS
| WHOLE_SECONDS)
24
#define PER_WYSEV386 (4 |
STICKY_TIMEOUTS
| SHORT_INODE)
25
#define PER_ISCR4 (5 |
STICKY_TIMEOUTS
)
27
#define PER_SUNOS (6 |
STICKY_TIMEOUTS
)
28
#define PER_XENIX (7 |
STICKY_TIMEOUTS
| SHORT_INODE)
31
#define PER_IRIX32 (9 |
STICKY_TIMEOUTS
)
[all...]
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
personality.h
15
#define
STICKY_TIMEOUTS
0x4000000
macro
20
#define PER_SVR4 (1 |
STICKY_TIMEOUTS
| MMAP_PAGE_ZERO)
21
#define PER_SVR3 (2 |
STICKY_TIMEOUTS
| SHORT_INODE)
22
#define PER_SCOSVR3 (3 |
STICKY_TIMEOUTS
| WHOLE_SECONDS | SHORT_INODE)
23
#define PER_OSR5 (3 |
STICKY_TIMEOUTS
| WHOLE_SECONDS)
24
#define PER_WYSEV386 (4 |
STICKY_TIMEOUTS
| SHORT_INODE)
25
#define PER_ISCR4 (5 |
STICKY_TIMEOUTS
)
27
#define PER_SUNOS (6 |
STICKY_TIMEOUTS
)
28
#define PER_XENIX (7 |
STICKY_TIMEOUTS
| SHORT_INODE)
31
#define PER_IRIX32 (9 |
STICKY_TIMEOUTS
)
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
personality.h
15
#define
STICKY_TIMEOUTS
0x4000000
macro
20
#define PER_SVR4 (1 |
STICKY_TIMEOUTS
| MMAP_PAGE_ZERO)
21
#define PER_SVR3 (2 |
STICKY_TIMEOUTS
| SHORT_INODE)
22
#define PER_SCOSVR3 (3 |
STICKY_TIMEOUTS
| WHOLE_SECONDS | SHORT_INODE)
23
#define PER_OSR5 (3 |
STICKY_TIMEOUTS
| WHOLE_SECONDS)
24
#define PER_WYSEV386 (4 |
STICKY_TIMEOUTS
| SHORT_INODE)
25
#define PER_ISCR4 (5 |
STICKY_TIMEOUTS
)
27
#define PER_SUNOS (6 |
STICKY_TIMEOUTS
)
28
#define PER_XENIX (7 |
STICKY_TIMEOUTS
| SHORT_INODE)
31
#define PER_IRIX32 (9 |
STICKY_TIMEOUTS
)
[all...]
/third_party/musl/include/sys/
H
A
D
personality.h
17
#define
STICKY_TIMEOUTS
0x4000000
macro
23
#define PER_SVR4 (1 |
STICKY_TIMEOUTS
| MMAP_PAGE_ZERO)
24
#define PER_SVR3 (2 |
STICKY_TIMEOUTS
| SHORT_INODE)
25
#define PER_SCOSVR3 (3 |
STICKY_TIMEOUTS
| WHOLE_SECONDS | SHORT_INODE)
26
#define PER_OSR5 (3 |
STICKY_TIMEOUTS
| WHOLE_SECONDS)
27
#define PER_WYSEV386 (4 |
STICKY_TIMEOUTS
| SHORT_INODE)
28
#define PER_ISCR4 (5 |
STICKY_TIMEOUTS
)
30
#define PER_SUNOS (6 |
STICKY_TIMEOUTS
)
31
#define PER_XENIX (7 |
STICKY_TIMEOUTS
| SHORT_INODE)
34
#define PER_IRIX32 (9 |
STICKY_TIMEOUTS
)
[all...]
/third_party/ltp/testcases/kernel/syscalls/personality/
H
A
D
personality02.c
12
*
STICKY_TIMEOUTS
is used.
29
SAFE_PERSONALITY(PER_LINUX |
STICKY_TIMEOUTS
);
in run()
/third_party/rust/crates/nix/src/sys/
H
A
D
personality.rs
40
STICKY_TIMEOUTS
;
/third_party/rust/crates/libc/src/unix/linux_like/
H
A
D
mod.rs
1174
pub const
STICKY_TIMEOUTS
: ::c_int = 0x4000000;
consts
Completed in 7 milliseconds