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:notified
(Results
1 - 6
of
6
) sorted by relevance
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H
A
D
hc_condition.c
52
if (hcCond->
notified
) {
in HcCondWaitWithoutLock()
53
hcCond->
notified
= HC_FALSE;
in HcCondWaitWithoutLock()
60
hcCond->
notified
= HC_FALSE;
in HcCondWaitWithoutLock()
72
hcCond->
notified
= HC_TRUE;
in HcCondNotifyWithoutLock()
74
hcCond->
notified
= HC_FALSE;
in HcCondNotifyWithoutLock()
89
if (hcCond->
notified
) {
in HcCondWait()
90
hcCond->
notified
= HC_FALSE;
in HcCondWait()
98
hcCond->
notified
= HC_FALSE;
in HcCondWait()
113
hcCond->
notified
= HC_TRUE;
in HcCondNotify()
115
hcCond->
notified
in HcCondNotify()
[all...]
/base/security/huks/utils/condition/
H
A
D
hks_condition.c
33
volatile atomic_bool
notified
;
member
47
if (atomic_load(&condition->
notified
)) {
in HksConditionWait()
50
HKS_LOG_ERRNO("HksConditionWait
notified
pthread_mutex_unlock fail!", unlockRet);
in HksConditionWait()
78
if (atomic_compare_exchange_strong(&condition->
notified
, &flag, true)) {
in HksConditionNotify()
106
if (atomic_compare_exchange_strong(&condition->
notified
, &flag, true)) {
in HksConditionNotifyAll()
127
atomic_store(&condition->
notified
, false);
in HksConditionCreate()
/base/powermgr/power_manager/services/zidl/src/
H
A
D
power_mgr_async_reply.cpp
49
notified
= true;
in SendAsyncReply()
58
return
notified
;
in WaitForAsyncReply()
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
H
A
D
hc_condition.h
28
HcBool
notified
;
member
/base/powermgr/power_manager/services/zidl/include/
H
A
D
power_mgr_async_reply.h
50
bool
notified
{false};
/base/powermgr/power_manager/services/native/src/actions/default/display/
H
A
D
device_state_action.cpp
128
bool
notified
= cancelScreenOffCv_.wait_for(lock, std::chrono::milliseconds(timeoutMs), [this] {
in TryToCancelScreenOff()
local
131
if (!
notified
) {
in TryToCancelScreenOff()
Completed in 2 milliseconds