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:readCnt_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ai/ai_engine/services/common/platform/lock/source/
H
A
D
rw_lock.cpp
21
:
readCnt_
(0), writeCnt_(0), writeFlag_(false)
in RwLock()
31
++
readCnt_
;
in LockRead()
38
condWrite_.wait(guard, [=]()->bool { return (
readCnt_
== 0) && (!writeFlag_); });
in LockWrite()
45
if ((--
readCnt_
== 0) && (writeCnt_ > 0)) {
in UnLockRead()
/foundation/ai/ai_engine/services/common/platform/lock/include/
H
A
D
rw_lock.h
56
volatile size_t
readCnt_
;
member in OHOS::AI::RwLock
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H
A
D
untar_file.cpp
259
readCnt_
= fread(buff, 1, BLOCK_SIZE, tarFilePtr_);
in ParseTarFile()
260
if (
readCnt_
< BLOCK_SIZE) {
in ParseTarFile()
309
readCnt_
= fread(buff, 1, BLOCK_SIZE, tarFilePtr_);
in ParseIncrementalTarFile()
310
if (
readCnt_
< BLOCK_SIZE) {
in ParseIncrementalTarFile()
325
} while (
readCnt_
>= BLOCK_SIZE);
in ParseIncrementalTarFile()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H
A
D
untar_file.h
201
size_t
readCnt_
{0};
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H
A
D
untar_file_sup_test.cpp
45
UntarFile::GetInstance().
readCnt_
= 0;
in ClearCache()
H
A
D
untar_file_test.cpp
52
UntarFile::GetInstance().
readCnt_
= 0;
in ClearCache()
Completed in 3 milliseconds