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:taskMutex_
(Results
1 - 25
of
33
) sorted by relevance
1
2
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ag_convert_callback_impl.cpp
25
std::unique_lock<ffrt::mutex> lock(
taskMutex_
);
in OnConvert()
35
std::unique_lock<ffrt::mutex> lock(
taskMutex_
);
in Cancel()
/foundation/CastEngine/castengine_wifi_display/services/utils/
H
A
D
timeout_timer.cpp
38
std::unique_lock<std::mutex> taskLock(
taskMutex_
);
in ~TimeoutTimer()
60
std::lock_guard<std::mutex> lock(
taskMutex_
);
in StartTimer()
82
std::lock_guard<std::mutex> lock(
taskMutex_
);
in StopTimer()
97
std::unique_lock<std::mutex> taskLock(
taskMutex_
);
in MainLoop()
H
A
D
timeout_timer.h
48
std::mutex
taskMutex_
;
member in OHOS::Sharing::TimeoutTimer
/foundation/CastEngine/castengine_wifi_display/services/event/
H
A
D
taskpool.cpp
61
std::unique_lock<std::mutex> lock(
taskMutex_
);
in Stop()
76
std::unique_lock<std::mutex> lock(
taskMutex_
);
in PushTask()
94
std::unique_lock<std::mutex> lock(
taskMutex_
);
in TaskMainWorker()
H
A
D
taskpool.h
72
std::mutex
taskMutex_
;
member in OHOS::Sharing::TaskPool
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H
A
D
download_monitor.cpp
52
OSAL::ScopedLock lock(
taskMutex_
);
in HttpMonitorLoop()
107
OSAL::ScopedLock lock(
taskMutex_
);
in SeekToPos()
132
OSAL::ScopedLock lock(
taskMutex_
);
in SeekToTime()
196
OSAL::ScopedLock lock(
taskMutex_
);
in OnDownloadStatus()
H
A
D
download_monitor.h
71
OSAL::Mutex
taskMutex_
{};
/foundation/filemanagement/dfs_service/utils/ffrt/src/
H
A
D
ffrt_timer.cpp
33
unique_lock<ffrt::mutex> lock(
taskMutex_
);
in Start()
62
unique_lock<ffrt::mutex> lock(
taskMutex_
);
in Stop()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H
A
D
download_monitor.cpp
54
AutoLock lock(
taskMutex_
);
in HttpMonitorLoop()
70
AutoLock lock(
taskMutex_
);
in Open()
94
AutoLock lock(
taskMutex_
);
in Close()
125
AutoLock lock(
taskMutex_
);
in SeekToPos()
150
AutoLock lock(
taskMutex_
);
in SeekToTime()
234
AutoLock lock(
taskMutex_
);
in OnDownloadStatus()
H
A
D
download_monitor.h
94
Mutex
taskMutex_
{};
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H
A
D
store_cache.cpp
64
std::unique_lock<std::mutex> lock(
taskMutex_
);
in GetStore()
81
std::unique_lock<std::mutex> lock(
taskMutex_
);
in GarbageCollect()
H
A
D
store_cache.h
46
std::mutex
taskMutex_
;
member in OHOS::UDMF::StoreCache
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/
H
A
D
uri_permission_manager.cpp
69
std::unique_lock<std::mutex> lock(
taskMutex_
);
in GrantUriPermission()
105
std::unique_lock<std::mutex> lock(
taskMutex_
);
in RevokeUriPermission()
H
A
D
uri_permission_manager.h
48
std::mutex
taskMutex_
;
member in OHOS::UDMF::UriPermissionManager
/foundation/ability/ability_runtime/services/quickfixmgr/src/
H
A
D
quick_fix_manager_service.cpp
175
std::lock_guard<std::mutex> lock(
taskMutex_
);
in AddApplyTask()
181
std::lock_guard<std::mutex> lock(
taskMutex_
);
in RemoveApplyTask()
193
std::lock_guard<std::mutex> lock(
taskMutex_
);
in CheckTaskRunningState()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ag_convert_callback_impl.h
42
ffrt::mutex
taskMutex_
;
member in OHOS::AAFwk::ConvertCallbackImpl
/foundation/filemanagement/dfs_service/utils/inner_api/
H
A
D
ffrt_timer.h
37
ffrt::mutex
taskMutex_
;
member in OHOS::FileManagement::CloudFile::FfrtTimer
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H
A
D
softbus_adapter_standard.cpp
185
lock_guard<decltype(
taskMutex_
)> lock(
taskMutex_
);
in GetExpireTime()
266
lock_guard<decltype(
taskMutex_
)> lock(
taskMutex_
);
in StartCloseSessionTask()
303
lock_guard<decltype(
taskMutex_
)> lg(
taskMutex_
);
in GetCloseSessionTask()
/foundation/ability/ability_runtime/services/quickfixmgr/include/
H
A
D
quick_fix_manager_service.h
89
std::mutex
taskMutex_
;
member in OHOS::AAFwk::QuickFixManagerService
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H
A
D
file_transfer_manager.cpp
221
lock_guard<mutex> lock(
taskMutex_
);
in AddTransTask()
230
lock_guard<mutex> lock(
taskMutex_
);
in RemoveTransTask()
242
lock_guard<mutex> lock(
taskMutex_
);
in FinishTransTask()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H
A
D
dms_callback_task.h
77
std::mutex
taskMutex_
;
member in OHOS::DistributedSchedule::LaunchType::DmsCallbackTask
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
H
A
D
file_transfer_manager.h
66
std::mutex
taskMutex_
;
member in OHOS::FileManagement::CloudSync::FileTransferManager
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_canvas_drawing_render_node.cpp
130
std::lock_guard<std::mutex> lockTask(
taskMutex_
);
in ProcessRenderContents()
258
std::lock_guard<std::mutex> lockTask(
taskMutex_
);
in PlaybackInCorrespondThread()
553
std::lock_guard<std::mutex> lockTask(
taskMutex_
);
in ResetSurface()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H
A
D
rs_canvas_drawing_render_node.h
102
std::mutex
taskMutex_
;
member in OHOS::Rosen::RSCanvasDrawingRenderNode
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H
A
D
thumbnail_generate_worker.h
123
std::mutex
taskMutex_
;
member in OHOS::Media::ThumbnailGenerateWorker
Completed in 10 milliseconds
1
2