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:rwa
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
H
A
D
2-1.c
26
pthread_rwlockattr_t
rwa
;
in main()
local
31
rc = pthread_rwlockattr_init(&
rwa
);
in main()
37
if ((rc = pthread_rwlock_init(&rwl1, &
rwa
)) != 0) {
in main()
42
if ((rc = pthread_rwlock_init(&rwl2, &
rwa
)) != 0) {
in main()
52
if ((rc = pthread_rwlockattr_destroy(&
rwa
)) != 0) {
in main()
H
A
D
1-1.c
25
pthread_rwlockattr_t
rwa
;
in main()
local
32
rc = pthread_rwlockattr_init(&
rwa
);
in main()
42
if (pthread_rwlockattr_getpshared(&
rwa
, &pshared) != 0) {
in main()
/third_party/python/Modules/_io/
H
A
D
fileio.c
232
int
rwa
= 0, plus = 0;
local
293
if (
rwa
) {
300
rwa
= 1;
306
if (
rwa
)
308
rwa
= 1;
312
if (
rwa
)
314
rwa
= 1;
319
if (
rwa
)
321
rwa
= 1;
341
if (!
rwa
)
[all...]
H
A
D
winconsoleio.c
258
int
rwa
= 0;
in _io__WindowsConsoleIO___init___impl()
local
308
if (
rwa
)
in _io__WindowsConsoleIO___init___impl()
310
rwa
= 1;
in _io__WindowsConsoleIO___init___impl()
316
if (
rwa
)
in _io__WindowsConsoleIO___init___impl()
318
rwa
= 1;
in _io__WindowsConsoleIO___init___impl()
330
if (!
rwa
)
in _io__WindowsConsoleIO___init___impl()
Completed in 4 milliseconds