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:timerMutex_
(Results
1 - 17
of
17
) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H
A
D
dh_timer.cpp
44
std::unique_lock<std::mutex> lock(
timerMutex_
);
in InitTimer()
55
std::lock_guard<std::mutex> lock(
timerMutex_
);
in ReleaseTimer()
82
std::lock_guard<std::mutex> lock(
timerMutex_
);
in StartEventRunner()
94
std::lock_guard<std::mutex> lock(
timerMutex_
);
in StartTimer()
114
std::lock_guard<std::mutex> lock(
timerMutex_
);
in Execute()
/foundation/distributedhardware/device_manager/utils/src/timer/lite/
H
A
D
dm_timer.cpp
56
std::lock_guard<std::mutex> locker(
timerMutex_
);
in StartTimer()
82
std::lock_guard<std::mutex> locker(
timerMutex_
);
in DeleteTimer()
94
std::lock_guard<std::mutex> locker(
timerMutex_
);
in DeleteAll()
116
timerMutex_
.lock();
in TimerRunning()
128
timerMutex_
.unlock();
in TimerRunning()
132
timerMutex_
.lock();
in TimerRunning()
137
timerMutex_
.unlock();
in TimerRunning()
/foundation/multimodalinput/input/service/timer_manager/src/
H
A
D
timer_manager.cpp
86
std::lock_guard<std::recursive_mutex> lock(
timerMutex_
);
in TakeNextTimerId()
125
std::lock_guard<std::recursive_mutex> lock(
timerMutex_
);
in RemoveTimerInternal()
137
std::lock_guard<std::recursive_mutex> lock(
timerMutex_
);
in ResetTimerInternal()
157
std::lock_guard<std::recursive_mutex> lock(
timerMutex_
);
in IsExistInternal()
168
std::lock_guard<std::recursive_mutex> lock(
timerMutex_
);
in InsertTimerInternal()
181
std::lock_guard<std::recursive_mutex> lock(
timerMutex_
);
in CalcNextDelayInternal()
196
std::lock_guard<std::recursive_mutex> lock(
timerMutex_
);
in ProcessTimersInternal()
/foundation/distributedhardware/device_manager/utils/src/timer/
H
A
D
dm_timer.cpp
53
std::lock_guard<std::mutex> locker(
timerMutex_
);
in StartTimer()
72
std::lock_guard<std::mutex> locker(
timerMutex_
);
in DeleteTimer()
91
std::lock_guard<std::mutex> locker(
timerMutex_
);
in DeleteAll()
/foundation/resourceschedule/ffrt/src/sync/
H
A
D
poller.cpp
356
timerMutex_
.lock();
375
timerMutex_
.unlock();
391
timerMutex_
.lock();
398
timerMutex_
.unlock();
464
timerMutex_
.unlock();
475
timerMutex_
.lock();
482
timerMutex_
.unlock();
508
std::lock_guard lock(
timerMutex_
);
524
std::lock_guard lock(
timerMutex_
);
528
timerMutex_
[all...]
H
A
D
poller.h
150
mutable spin_mutex
timerMutex_
;
member in ffrt::Poller
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H
A
D
epoll_io_waiter_mingw.cpp
72
std::lock_guard lock(
timerMutex_
);
in NotifyAll()
112
std::lock_guard lock(that.
timerMutex_
);
in OnPoll()
131
std::lock_guard lock(that.
timerMutex_
);
in OnTimer()
H
A
D
epoll_io_waiter.h
69
std::mutex
timerMutex_
;
member in OHOS::AppExecFwk::final
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H
A
D
dh_timer.h
46
std::mutex
timerMutex_
;
member in OHOS::DistributedHardware::DHTimer
/foundation/distributedhardware/device_manager/utils/include/timer/
H
A
D
dm_timer.h
71
mutable std::mutex
timerMutex_
;
member in OHOS::DistributedHardware::DmTimer
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H
A
D
dfx_cloud_manager.h
81
std::mutex
timerMutex_
;
member in OHOS::Media::CloudSyncDfxManager
/foundation/multimodalinput/input/service/timer_manager/include/
H
A
D
timer_manager.h
65
std::recursive_mutex
timerMutex_
;
member in OHOS::MMI::final
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H
A
D
thumbnail_generate_worker.h
122
std::mutex
timerMutex_
;
member in OHOS::Media::ThumbnailGenerateWorker
/foundation/distributedhardware/device_manager/utils/include/timer/lite/
H
A
D
dm_timer.h
112
mutable std::mutex
timerMutex_
;
member in OHOS::DistributedHardware::DmTimer
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H
A
D
file_access_service.h
137
std::lock_guard<std::mutex> lock(
timerMutex_
);
in start()
171
std::mutex
timerMutex_
;
member in OHOS::FileAccessFwk::OnDemandTimer
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H
A
D
thumbnail_generate_worker.cpp
298
std::lock_guard<std::mutex> lock(
timerMutex_
);
in RegisterWorkerTimer()
313
std::lock_guard<std::mutex> lock(
timerMutex_
);
in TryCloseTimer()
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H
A
D
dfx_manager.cpp
548
std::unique_lock<std::mutex> lock(
timerMutex_
);
in StartTimer()
579
std::unique_lock<std::mutex> lock(
timerMutex_
);
in ShutDownTimer()
Completed in 8 milliseconds