Home
last modified time | relevance | path

Searched refs:new_channel (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc602 __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/
Dmethods.py215 new_channel.close()
225 new_channel = _channel(args)
226 new_stub = test_pb2_grpc.TestServiceStub(new_channel)
/external/libchrome/mojo/core/
Dnode_controller.cc1038 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/
Dwebrtcvoiceengine_unittest.cc2483 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()