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:lockRet
(Results
1 - 3
of
3
) sorted by relevance
/base/tee/tee_client/frameworks/libteec_vendor/
H
A
D
tee_client_api.c
188
int
lockRet
= pthread_mutex_lock(&g_mutexTeecContext);
in MutexLockContext()
local
189
return
lockRet
;
in MutexLockContext()
192
static void MutexUnlockContext(int
lockRet
)
in MutexUnlockContext()
argument
194
if (
lockRet
) {
in MutexUnlockContext()
195
tloge("unlock mutex: not exe, mutex not in lock state.
lockRet
= %d\n",
lockRet
);
in MutexUnlockContext()
212
int
lockRet
= pthread_mutex_lock(&context->sessionLock);
in AddSessionList()
local
213
if (
lockRet
!= 0) {
in AddSessionList()
332
int
lockRet
= pthread_mutex_lock(&context->sessionLock);
in GetBnSession()
local
333
if (
lockRet
!
in GetBnSession()
368
int
lockRet
= pthread_mutex_lock(&context->sessionLock);
FindAndRemoveSession()
local
428
int
lockRet
= pthread_mutex_lock(&context->shrMemLock);
GetBnShmByOffset()
local
859
int
lockRet
= pthread_mutex_lock(&context->sessionLock);
TEEC_FinalizeContextInner()
local
1260
int
lockRet
= pthread_mutex_lock(&context->shrMemLock);
TEEC_RegisterSharedMemoryInner()
local
1452
int
lockRet
= pthread_mutex_lock(&contextInner->shrMemLock);
TEEC_FindAndRemoveShrMemInner()
local
1546
int
lockRet
= pthread_mutex_lock(&context->shrMemLock);
CheckSharedBufferExist()
local
[all...]
/base/security/device_security_level/services/dfx/
H
A
D
dslm_hidumper.c
47
int
lockRet
= pthread_mutex_lock(&g_buffMutex);
in GetTimeStringFromTimeStamp()
local
48
if (
lockRet
!= 0) {
in GetTimeStringFromTimeStamp()
76
lockRet
= pthread_mutex_unlock(&g_buffMutex);
in GetTimeStringFromTimeStamp()
77
if (
lockRet
!= 0) {
in GetTimeStringFromTimeStamp()
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H
A
D
cadaemon_service.cpp
186
int
lockRet
= pthread_mutex_lock(&g_mutexTidList);
in TidMutexLock()
local
187
return
lockRet
;
in TidMutexLock()
190
static void TidMutexUnlock(int
lockRet
)
in TidMutexUnlock()
argument
193
if (
lockRet
!= 0) {
in TidMutexUnlock()
194
tloge("not exe, mutex not in lock state. lock_ret = %{public}d\n",
lockRet
);
in TidMutexUnlock()
Completed in 4 milliseconds