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:globalCallId_
(Results
1 - 3
of
3
) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/worker/
H
A
D
worker.cpp
914
worker->hostGlobalCallQueue_.Push(worker->
globalCallId_
, data);
in GlobalCall()
974
if (UNLIKELY(
globalCallId_
== GLOBAL_CALL_ID_MAX)) {
in IncreaseGlobalCallId()
975
globalCallId_
= 1;
in IncreaseGlobalCallId()
977
globalCallId_
++;
in IncreaseGlobalCallId()
1509
if (pair.first ==
globalCallId_
) {
in HostOnGlobalCallInner()
1601
if (currentCallId !=
globalCallId_
|| currentCallId == 0) {
in HostOnGlobalCallInner()
H
A
D
worker.h
592
std::atomic<uint32_t>
globalCallId_
= 1; // 0: reserved for error check
member in Commonlibrary::Concurrent::WorkerModule::Worker
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H
A
D
test_worker.cpp
244
worker->
globalCallId_
= GLOBAL_CALL_ID_MAX;
in RemoveGlobalCallObject()
246
ASSERT_TRUE(worker->
globalCallId_
== 1);
in RemoveGlobalCallObject()
341
worker->
globalCallId_
= 1;
in HostOnGlobalCall()
364
worker->
globalCallId_
= 1;
in HostOnGlobalCallInner001()
390
worker->
globalCallId_
= 1;
in HostOnGlobalCallInner002()
419
worker->
globalCallId_
= 1;
in HostOnGlobalCallInner003()
453
worker->
globalCallId_
= 1;
in HostOnGlobalCallInner004()
486
worker->
globalCallId_
= 0;
in HostOnGlobalCallInner005()
518
worker->
globalCallId_
= 1;
in HostOnGlobalCallInner006()
Completed in 14 milliseconds