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:count_
(Results
1 - 7
of
7
) sorted by relevance
/commonlibrary/c_utils/base/include/
H
A
D
semaphore_ex.h
63
explicit Semaphore(int value = 1) :
count_
(value) {}
in Semaphore()
83
int
count_
; // Initial value of the semaphore object.
member in OHOS::Semaphore
H
A
D
io_event_reactor.h
102
std::atomic<uint32_t>
count_
;
member in OHOS::Utils::IOEventReactor
/commonlibrary/c_utils/base/src/
H
A
D
semaphore_ex.cpp
32
if (--
count_
< 0) {
in Wait()
40
if (++
count_
<= 0) {
in Post()
H
A
D
io_event_reactor.cpp
31
:loopReady_(false), enabled_(false),
count_
(0), ioHandlers_(INIT_FD_NUMS), backend_(new IOEventEpoll()) {}
in IOEventReactor()
109
count_
++;
in AddHandler()
167
count_
--;
in RemoveHandler()
287
if (
count_
==0) {
in Run()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H
A
D
sequence_runner.h
55
uint64_t
count_
= 0;
member in Commonlibrary::Concurrent::TaskPoolModule::SequenceRunner
H
A
D
task_manager.cpp
1727
seqRunner->
count_
++;
in CreateOrGetGlobalRunner()
1756
return --(seqRunner->
count_
);
in DecreaseSeqCount()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H
A
D
test_taskpool.cpp
2000
seqRunner2->
count_
= 0;
in HWTEST_F()
Completed in 13 milliseconds