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:try_lock
(Results
1 - 23
of
23
) sorted by relevance
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H
A
D
mutex.h
44
inline bool
try_lock
()
in try_lock()
function in ffrt::mutex
78
inline bool
try_lock
()
in try_lock()
function in ffrt::recursive_mutex
/foundation/resourceschedule/ffrt/src/sync/
H
A
D
mutex_private.h
109
virtual bool
try_lock
() {return false;}
in try_lock()
function in ffrt::mutexBase
132
bool
try_lock
() override;
141
bool
try_lock
() override;
H
A
D
mutex.cpp
34
bool mutexPrivate::
try_lock
()
in try_lock()
function in ffrt::mutexPrivate
79
bool RecursiveMutexPrivate::
try_lock
()
in try_lock()
function in ffrt::RecursiveMutexPrivate
87
if (mt.
try_lock
()) {
in try_lock()
110
if (mt.
try_lock
()) {
in try_lock()
383
return p->
try_lock
() ? ffrt_success : ffrt_error_busy;
in ffrt_mutex_trylock()
H
A
D
sync.h
81
bool
try_lock
()
in try_lock()
function in ffrt::fast_mutex
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H
A
D
mutex.h
43
bool
try_lock
();
/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H
A
D
shared_mutex.h
49
inline bool
try_lock
()
in try_lock()
function in ffrt::shared_mutex
/foundation/multimedia/media_foundation/src/osal/task/pthread/
H
A
D
mutex.cpp
49
bool Mutex::
try_lock
()
in try_lock()
function in OHOS::Media::Mutex
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H
A
D
sound_parser.h
133
while (!soundParserInner_.lock()->soundParserLock_.
try_lock
()) {
146
while (!soundParserInner_.lock()->soundParserLock_.
try_lock
()) {
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_condition.cpp
195
val = lock.
try_lock
();
in HWTEST_F()
198
val = lock.
try_lock
();
in HWTEST_F()
H
A
D
ut_csync.cpp
101
* @tc.desc: Test function of mutex:
try_lock
109
val = lock.
try_lock
();
in HWTEST_F()
112
val = lock.
try_lock
();
in HWTEST_F()
120
* @tc.desc: Test function of recursive mutex:
try_lock
128
val = lock.
try_lock
();
in HWTEST_F()
131
val = lock.
try_lock
();
in HWTEST_F()
848
bool ret = smtx.
try_lock
();
in TryLockTest()
855
ret = smtx.
try_lock
();
in TryLockTest()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H
A
D
shader_cache.h
32
explicit OptionalLockGuard(std::mutex& m): mtx(m), status(m.
try_lock
()) {}
in OptionalLockGuard()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H
A
D
buffer_object_unittest.cpp
565
EXPECT_EQ(object.sendMutex_.
try_lock
(), true);
in HWTEST_F()
579
EXPECT_EQ(object.recvMutex_.
try_lock
(), true);
in HWTEST_F()
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
cpuworker_manager.cpp
139
if (pollerMtx.
try_lock
()) {
in TryPoll()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_image_cache.cpp
127
if (uniqueIdListMutex_.
try_lock
()) {
in CheckUniqueIdIsEmpty()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
renderer_in_server.cpp
548
if (writeLock_.
try_lock
()) {
in OnWriteData()
585
if (writeLock_.
try_lock
()) {
in UpdateWriteIndex()
594
if (writeLock_.
try_lock
()) {
in UpdateWriteIndex()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H
A
D
js_caller_complex.cpp
232
if (stateMechanismMutex_.
try_lock
() == false) {
in ChangeCurrentState()
233
TAG_LOGE(AAFwkTag::DEFAULT, "mutex
try_lock
false");
in ChangeCurrentState()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
animated_image.cpp
208
if (!decodeMtx_.
try_lock
()) {
in GetCachedFrame()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H
A
D
event_runner.cpp
89
if (threadLock_.
try_lock
()) {
in ReclaimCurrentThread()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H
A
D
aot_handler.cpp
749
if (!lock.
try_lock
()) {
in HandleIdle()
802
if (!lock.
try_lock
()) {
in HandleCompile()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_album_fusion_utils.cpp
1637
if (!cloudAlbumAndDataUniqueLock.
try_lock
()) {
in CleanInvalidCloudAlbumAndData()
H
A
D
medialibrary_rdbstore.cpp
3468
if (reconstructLock.
try_lock
()) {
in ReconstructMediaLibraryStorageFormatWithLock()
/foundation/window/window_manager/dm/src/
H
A
D
display_manager.cpp
688
if (!lock.
try_lock
()) {
in GetSnapshotByPicker()
689
WLOGFE("DisplayManager::GetSnapshotByPicker
try_lock
failed!");
in GetSnapshotByPicker()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_node.cpp
387
if (!lock.
try_lock
()) {
in CancelAnimationByProperty()
Completed in 36 milliseconds