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:TryLock
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H
A
D
scoped_lock.cpp
66
bool ScopedLock::
TryLock
()
in TryLock()
function in OHOS::Media::OSAL::ScopedLock
70
ret = mutex_->
TryLock
();
in TryLock()
H
A
D
mutex.cpp
52
bool Mutex::
TryLock
()
in TryLock()
function in OHOS::Media::OSAL::Mutex
55
MEDIA_LOG_E("
TryLock
uninitialized pthread mutex.");
in TryLock()
60
MEDIA_LOG_E("
TryLock
failed with ret = " PUBLIC_LOG_D32, ret);
in TryLock()
/foundation/multimedia/media_foundation/engine/include/foundation/osal/thread/
H
A
D
scoped_lock.h
38
bool
TryLock
();
H
A
D
mutex.h
37
bool
TryLock
();
/foundation/resourceschedule/ffrt/src/sync/
H
A
D
shared_mutex_private.h
26
bool
TryLock
();
H
A
D
shared_mutex.cpp
37
bool SharedMutexPrivate::
TryLock
()
in TryLock()
function in ffrt::SharedMutexPrivate
219
return p->
TryLock
() ? ffrt_success : ffrt_error_busy;
in ffrt_rwlock_trywrlock()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/
H
A
D
file_n_exporter.h
41
static napi_value
TryLock
(napi_env env, napi_callback_info info);
H
A
D
file_n_exporter.cpp
251
napi_value FileNExporter::
TryLock
(napi_env env, napi_callback_info info)
in TryLock()
function in OHOS::FileManagement::ModuleFileIO::FileNExporter
341
NVal::DeclareNapiFunction("tryLock",
TryLock
),
in Export()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
file_impl.h
62
int
TryLock
(int64_t id, bool exclusive);
H
A
D
file_ffi.cpp
125
return instance->
TryLock
(id, exclusive);
in FfiOHOSFILEFsTryLock()
H
A
D
file_impl.cpp
347
int FileEntity::
TryLock
(int64_t id, bool exclusive)
in TryLock()
function in OHOS::CJSystemapi::FileFs::FileEntity
Completed in 4 milliseconds