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
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H
A
D
notification.cc
58
bool
notified
= HasBeenNotifiedInternal(&this->notified_yet_);
in WaitForNotificationWithTimeout()
local
59
if (!
notified
) {
in WaitForNotificationWithTimeout()
60
notified
= this->mutex_.LockWhenWithTimeout(
in WaitForNotificationWithTimeout()
64
return
notified
;
in WaitForNotificationWithTimeout()
68
bool
notified
= HasBeenNotifiedInternal(&this->notified_yet_);
in WaitForNotificationWithDeadline()
local
69
if (!
notified
) {
in WaitForNotificationWithDeadline()
70
notified
= this->mutex_.LockWhenWithDeadline(
in WaitForNotificationWithDeadline()
74
return
notified
;
in WaitForNotificationWithDeadline()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H
A
D
18-1.c
50
static int
notified
;
variable
59
notified
= (int)getpid();
in notification()
75
notified
= 0;
in main()
113
if (
notified
!= 0) {
in main()
114
if (
notified
== (int)getpid()) {
in main()
138
if (
notified
!= (int)getpid()) {
in main()
139
output("Notified value: %d\n",
notified
);
in main()
/third_party/ltp/testcases/kernel/syscalls/mq_notify/
H
A
D
mq_notify01.c
26
static volatile sig_atomic_t
notified
, cmp_ok;
variable
93
notified
= 1;
in sigfunc()
99
notified
= 1;
in tfunc()
109
notified
= cmp_ok = 1;
in do_test()
113
notified
= cmp_ok = 0;
in do_test()
126
notified
= cmp_ok = 0;
in do_test()
166
while (!
notified
)
in do_test()
/third_party/node/deps/v8/src/libplatform/
H
A
D
delayed-task-queue.cc
76
bool
notified
= queues_condition_var_.WaitFor(&lock_, wait_delta);
in GetNext()
local
77
USE(
notified
);
in GetNext()
/third_party/python/Lib/test/
H
A
D
test_subclassinit.py
201
notified
= []
205
notified
.append(name)
214
self.assertCountEqual(
notified
, ['a', 'b', 'c', 'd', 'e'])
/third_party/mesa3d/src/gtest/include/gtest/internal/
H
A
D
gtest-port.h
1167
// threads until
notified
. Instances of this class must be created
1194
const bool
notified
= notified_;
in WaitForNotification()
local
1196
if (
notified
)
in WaitForNotification()
1243
// threads until
notified
. Instances of this class must be created
Completed in 6 milliseconds