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:g_mtx
(Results
1 - 5
of
5
) sorted by relevance
/applications/standard/contacts_data/ability/datadisasterrecovery/src/
H
A
D
database_disaster_recovery.cpp
28
std::mutex
g_mtx
;
member
55
g_mtx
.lock();
in SQLiteCheckDb()
67
g_mtx
.unlock();
in SQLiteCheckDb()
75
g_mtx
.unlock();
in SQLiteCheckDb()
79
g_mtx
.unlock();
in SQLiteCheckDb()
105
g_mtx
.lock();
in BackDatabase()
119
g_mtx
.unlock();
in BackDatabase()
130
g_mtx
.unlock();
in BackDatabase()
136
g_mtx
.lock();
in BackDatabase()
143
g_mtx
in BackDatabase()
[all...]
/applications/standard/contacts_data/dataBusiness/contacts/src/
H
A
D
profile_database.cpp
34
std::mutex
g_mtx
;
member
63
g_mtx
.lock();
in GetInstance()
65
g_mtx
.unlock();
in GetInstance()
72
g_mtx
.lock();
in DestroyInstanceAndRestore()
75
g_mtx
.unlock();
in DestroyInstanceAndRestore()
82
g_mtx
.unlock();
in DestroyInstanceAndRestore()
H
A
D
contacts_database.cpp
49
std::mutex
g_mtx
;
member
679
g_mtx
.lock();
in DeleteRecordInsert()
722
g_mtx
.unlock();
in DeleteRecordInsert()
1183
g_mtx
.lock();
in DestroyInstanceAndRestore()
1186
g_mtx
.unlock();
in DestroyInstanceAndRestore()
1193
g_mtx
.unlock();
in DestroyInstanceAndRestore()
/applications/standard/contacts_data/ability/account/src/
H
A
D
account_sync.cpp
32
std::mutex
g_mtx
;
member
77
g_mtx
.lock();
in SyncUpdateAccount()
80
g_mtx
.unlock();
in SyncUpdateAccount()
93
g_mtx
.unlock();
in SyncUpdateAccount()
126
g_mtx
.unlock();
in SyncUpdateAccount()
H
A
D
account_event_manager.cpp
28
std::mutex
g_mtx
;
member
60
g_mtx
.lock();
in PublishEvent()
63
g_mtx
.unlock();
in PublishEvent()
Completed in 5 milliseconds