Searched refs:new_channel (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_libdispatch_mac.cc | 602 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() local 608 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. in TSAN_INTERCEPTOR() 617 new_channel = REAL(dispatch_io_create)(type, fd, q, new_h); in TSAN_INTERCEPTOR() 619 return new_channel; in TSAN_INTERCEPTOR() 627 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() local 633 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. in TSAN_INTERCEPTOR() 642 new_channel = in TSAN_INTERCEPTOR() 645 return new_channel; in TSAN_INTERCEPTOR() 652 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() local 658 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. in TSAN_INTERCEPTOR() [all …]
|
/external/grpc-grpc/src/python/grpcio_tests/tests/fork/ |
D | methods.py | 215 new_channel.close() 225 new_channel = _channel(args) 226 new_stub = test_pb2_grpc.TestServiceStub(new_channel)
|
/external/libchrome/mojo/core/ |
D | node_controller.cc | 1038 PlatformChannel new_channel; in OnRequestIntroduction() local 1040 new_channel.TakeLocalEndpoint().TakePlatformHandle()); in OnRequestIntroduction() 1042 from_node, new_channel.TakeRemoteEndpoint().TakePlatformHandle()); in OnRequestIntroduction()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoiceengine_unittest.cc | 2483 int new_channel = voe_.GetLastChannel(); in TEST_F() local 2484 EXPECT_NE(channel, new_channel); in TEST_F() 2486 EXPECT_EQ(0, voe_.DeleteChannel(new_channel)); in TEST_F()
|