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:queueMutex_
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hiview/base/
H
A
D
event_loop.cpp
123
std::lock_guard<std::mutex> lock(
queueMutex_
);
in StartLoop()
148
std::lock_guard<std::mutex> lock(
queueMutex_
);
in StopLoop()
178
std::lock_guard<std::mutex> lock(
queueMutex_
);
in AddEvent()
209
std::lock_guard<std::mutex> lock(
queueMutex_
);
in AddEventForResult()
243
std::lock_guard<std::mutex> lock(
queueMutex_
);
in AddTimerEvent()
253
std::lock_guard<std::mutex> lock(
queueMutex_
);
in RemoveEvent()
285
std::lock_guard<std::mutex> lock(
queueMutex_
);
in AddFileDescriptorEventCallback()
329
std::lock_guard<std::mutex> lock(
queueMutex_
);
in RemoveFileDescriptorEventCallback()
357
std::lock_guard<std::mutex> lock(
queueMutex_
);
in ModifyFdStatus()
390
std::lock_guard<std::mutex> lock(
queueMutex_
);
in PollNextEvent()
[all...]
/base/update/updater/services/script/threadpool/
H
A
D
threadpool.cpp
91
std::lock_guard<std::mutex> lock(
queueMutex_
);
in ~ThreadPool()
121
std::lock_guard<std::mutex> lock(
queueMutex_
);
in AddNewTask()
127
std::lock_guard<std::mutex> lock(
queueMutex_
);
in AcquireWorkIndex()
H
A
D
thread_pool.h
74
std::mutex
queueMutex_
;
member in Uscript::ThreadPool
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_receive_handler.h
90
std::mutex
queueMutex_
;
member in OHOS::Telephony::SmsReceiveHandler
/base/hiviewdfx/hiview/base/include/
H
A
D
event_loop.h
153
std::mutex
queueMutex_
;
member in OHOS::HiviewDFX::EventLoop
/base/telephony/sms_mms/services/sms/
H
A
D
sms_receive_handler.cpp
94
std::lock_guard<std::mutex> lock(
queueMutex_
);
in HandleReconnectEvent()
262
std::lock_guard lock(
queueMutex_
);
in HandleReceivedSmsWithoutDataShare()
Completed in 4 milliseconds