OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notified_
(Results
1 - 13
of
13
) sorted by null
/external/v8/src/base/platform/
condition-variable.cc
131
volatile bool
notified_
;
157
event->
notified_
= false;
203
if (!result && event->
notified_
&& waitlist_ != NULL) {
207
waitlist_->
notified_
= true;
227
if (event->
notified_
) {
238
DCHECK(!highest_event->
notified_
);
240
highest_event->
notified_
= true;
251
if (!event->
notified_
) {
253
event->
notified_
= true;
274
DCHECK(event->
notified_
);
[
all
...]
/external/protobuf/gtest/include/gtest/internal/
gtest-port.h
857
Notification() :
notified_
(false) {}
861
void Notify() {
notified_
= true; }
866
while(!
notified_
) {
872
volatile bool
notified_
;
member in class:testing::internal::Notification
[
all
...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h
1142
bool
notified_
;
member in class:testing::internal::Notification
[
all
...]
/external/gtest/include/gtest/internal/
gtest-port.h
1234
bool
notified_
;
member in class:testing::internal::Notification
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
1112
volatile bool
notified_
;
member in class:testing::internal::Notification
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h
1102
volatile bool
notified_
;
member in class:testing::internal::Notification
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h
1250
bool
notified_
;
member in class:testing::internal::Notification
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h
1234
bool
notified_
;
member in class:testing::internal::Notification
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
2341
bool
notified_
;
member in class:std::tr1::Notification
[
all
...]
/external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h
2392
bool
notified_
;
member in class:std::tr1::Notification
[
all
...]
/external/protobuf/gtest/fused-src/gtest/
gtest.h
1934
volatile bool
notified_
;
member in class:std::tr1::Notification
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h
2341
bool
notified_
;
member in class:std::tr1::Notification
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h
2341
bool
notified_
;
member in class:std::tr1::Notification
[
all
...]
Completed in 688 milliseconds