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:HksMutexLock
(Results
1 - 7
of
7
) sorted by relevance
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H
A
D
hks_lock_lite.c
43
return
HksMutexLock
(lock->lock);
in HksLockLockRead()
57
return
HksMutexLock
(lock->lock);
in HksLockLockWrite()
H
A
D
hks_storage_file_lock.c
145
if (
HksMutexLock
(g_lockListLock) != 0) {
in HksStorageFileLockCreate()
248
if (
HksMutexLock
(g_lockListLock) != 0) {
in HksStorageFileLockRelease()
/base/security/huks/utils/mutex/
H
A
D
hks_mutex.h
28
int32_t
HksMutexLock
(HksMutex *mutex);
H
A
D
hks_mutex.c
41
int32_t
HksMutexLock
(HksMutex *mutex)
in HksMutexLock()
function
/base/security/huks/services/huks_standard/huks_service/main/plugin_proxy/src/
H
A
D
hks_plugin_adapter.cpp
66
if (
HksMutexLock
(g_pluginMutex) != HKS_SUCCESS) {
in ENABLE_CFI()
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H
A
D
hks_keynode.c
403
HksMutexLock
(HksGetHuksMutex());
in AddKeyNode()
568
HksMutexLock
(HksGetHuksMutex());
in HksQueryKeyNode()
582
HksMutexLock
(HksGetHuksMutex());
in HksDeleteKeyNode()
H
A
D
hks_keyblob.c
693
(void)
HksMutexLock
(g_genAtKeyMutex);
in HksGetAuthTokenKey()
Completed in 4 milliseconds