HomeSort by relevance Sort by last modified time
    Searched defs:notified (Results 1 - 18 of 18) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
18-1.c 50 static int notified; variable
59 notified = (int)getpid();
75 notified = 0;
113 if (notified != 0) {
114 if (notified == (int)getpid()) {
138 if (notified != (int)getpid()) {
139 output("Notified value: %d\n", notified);
  /external/tensorflow/tensorflow/core/platform/default/
notification.h 63 bool notified = HasBeenNotified(); local
64 if (!notified) {
67 notified = HasBeenNotified();
68 } while (!notified &&
72 return notified;
  /external/libchrome/mojo/public/cpp/system/tests/
simple_watcher_unittest.cc 52 bool notified = false; local
60 notified = true;
68 EXPECT_TRUE(notified);
280 [](base::RunLoop* loop, bool* notified, MojoResult result) {
282 *notified = true;
294 [](base::RunLoop* loop, bool* notified, MojoResult result) {
296 *notified = true;
  /external/ltp/testcases/kernel/syscalls/mq_notify/
mq_notify01.c 38 static volatile sig_atomic_t notified, cmp_ok; variable
105 notified = 1;
111 notified = 1;
121 notified = cmp_ok = 1;
125 notified = cmp_ok = 0;
138 notified = cmp_ok = 0;
178 while (!notified)
  /external/tensorflow/tensorflow/core/distributed_runtime/
local_master.cc 34 bool notified = WaitForNotificationWithTimeout(n, timeout_in_us); local
35 if (!notified) {
  /external/tensorflow/tensorflow/core/framework/
rendezvous.cc 132 bool notified = WaitForNotificationWithTimeout(&n, timeout_us); local
133 if (!notified) {
  /external/tensorflow/tensorflow/core/grappler/clusters/
single_machine.cc 336 const bool notified = WaitForNotificationWithTimeout(n.get(), timeout_us); local
337 if (!notified) {
  /external/grpc-grpc/test/core/tsi/
transport_security_test_lib.h 107 bool notified; member in struct:tsi_test_fixture
  /external/tensorflow/tensorflow/core/grappler/
utils.cc 203 const bool notified = local
205 return notified;
  /external/grpc-grpc/test/core/tsi/alts/handshaker/
alts_tsi_handshaker_test.cc 57 bool notified; member in struct:notification
86 n->notified = false;
96 n->notified = true;
103 while (!n->notified) {
106 n->notified = false;
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 1132 const bool notified = notified_; local
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 1265 const bool notified = notified_; local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
direct_session.cc 1709 const bool notified = local
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
gtest-port.h 1503 const bool notified = notified_; local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 1623 const bool notified = notified_; local
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 1490 const bool notified = notified_; local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1499 const bool notified = notified_; local
    [all...]
  /external/epid-sdk/ext/gtest/
gtest.h 2772 const bool notified = notified_; local
    [all...]

Completed in 437 milliseconds