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:runThread
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/netstack/frameworks/cj/http/include/
H
A
D
net_http_client_exec.h
139
StaticVariable() : curlMulti(nullptr), initialized(false),
runThread
(true) {}
in StaticVariable()
158
std::atomic_bool
runThread
;
member
161
bool
runThread
;
member
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/
H
A
D
http_exec.h
193
StaticVariable() : curlMulti(nullptr), initialized(false),
runThread
(true) {}
in StaticVariable()
212
std::atomic_bool
runThread
;
member
215
bool
runThread
;
member
/foundation/communication/netstack/frameworks/cj/http/src/
H
A
D
net_http_client_exec.cpp
343
if (!staticVariable_.
runThread
|| staticVariable_.curlMulti == nullptr) {
in AddRequestInfo()
380
while (staticVariable_.
runThread
&& staticVariable_.curlMulti != nullptr) {
in RunThread()
399
if (!staticVariable_.
runThread
|| staticVariable_.curlMulti == nullptr) {
in SendRequest()
425
if (!staticVariable_.
runThread
|| staticVariable_.curlMulti == nullptr) {
in ReadResponse()
987
staticVariable_.
runThread
= false;
in DeInitialize()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H
A
D
http_exec.cpp
716
if (!staticVariable_.
runThread
|| staticVariable_.curlMulti == nullptr) {
in AddCurlHandle()
743
while (staticVariable_.
runThread
&& staticVariable_.curlMulti != nullptr) {
in AddCurlHandle()
762
if (!staticVariable_.
runThread
|| staticVariable_.curlMulti == nullptr) {
in AddCurlHandle()
788
if (!staticVariable_.
runThread
|| staticVariable_.curlMulti == nullptr) {
in AddCurlHandle()
1543
staticVariable_.
runThread
= false;
in AddCurlHandle()
/foundation/arkui/napi/test/unittest/
H
A
D
test_napi_threadsafe.cpp
722
std::thread
runThread
= std::thread(runFunc, std::ref(env), index);
in CallThreadSafeWithDiffPriorityMultipleThreadTest()
local
723
runThread
.detach();
in CallThreadSafeWithDiffPriorityMultipleThreadTest()
H
A
D
test_napi.cpp
4496
std::thread
runThread
= std::thread(runFunc, std::ref(env), napi_event_mode_nowait);
in HWTEST_F()
local
4497
runThread
.detach();
in HWTEST_F()
Completed in 23 milliseconds