/external/ltp/testcases/open_posix_testsuite/functional/mqueues/ |
D | send_rev_2.c | 37 pthread_t send1, send2, rev1, rev2; variable 129 pthread_create(&send2, NULL, (void *)send_2, (void *)&mq2); in main() 133 pthread_join(send2, NULL); in main()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | constant_folding_test.cc | 465 auto send2 = ops::_Send(s.WithOpName("send2"), add2, "send2", "sender", 0, in TEST_F() local 492 Node* send2 = index.at("send2"); in TEST_F() local 502 ASSERT_EQ(1, send2->num_inputs()); in TEST_F() 503 Node* cf2 = *(send2->in_nodes().begin()); in TEST_F() 542 auto send2 = ops::_Send(s.WithOpName("send2"), size, "send2", "sender", 0, in TEST_F() local 571 Node* send2 = index.at("send2"); in TEST_F() local 582 ASSERT_EQ(1, send2->num_inputs()); in TEST_F() 583 Node* ncf2 = *(send2->in_nodes().begin()); in TEST_F()
|
/external/rust/crates/tokio/src/sync/ |
D | broadcast.rs | 526 self.send2(Some(value)) in send() 599 fn send2(&self, value: Option<T>) -> Result<usize, SendError<Option<T>>> { in send2() method 688 let _ = self.send2(None); in drop()
|
/external/rust/crates/crossbeam-channel/tests/ |
D | golang.rs | 808 fn send2(recv: fn(Chan<i32>)) { in send2() function 831 send2(recv1); in main() 834 send2(recv2); in main() 837 send2(recv3); in main()
|
D | mpsc.rs | 1592 fn send2() { in send2() function
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_subgraphs_pass_test.cc | 1174 Node* send2 = in TEST() local 1180 .WithControlInputs({recv1, send1, recv2, send2}), in TEST() 1346 Node* send2 = in TEST() local 1351 b2.opts().WithName("F2_sequencer").WithControlInputs({recv2, send2}), in TEST() 1504 Node* send2 = SendFromHost(ops::NodeOut(key_constant2, 0), "F2", "F2", "O1", in TEST() local 1508 b2.opts().WithName("F2_sequencer").WithControlInputs({recv2, send2}), in TEST() 2078 Node* send2 = in TEST() local 2083 .WithControlInputs({recv1, send1, recv2, send2}), in TEST()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler_test.cc | 481 NodeDef send2; in TEST_F() local 485 NodeSetUp("Send2", kSend, kChannelFrom1To0, 2005, &send2); in TEST_F() 500 manager.AddNode(&send2); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
D | legalize-tf-communication.mlir | 351 "tf.XlaSendToHost"(%arg0) {key = "send2"} : (tensor<i32>) -> ()
|