Home
last modified time | relevance | path

Searched refs:new_channel (Results 1 – 3 of 3) 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/libmojo/mojo/edk/system/
Dnode_controller.cc1184 PlatformChannelPair new_channel; in OnRequestIntroduction() local
1185 requestor->Introduce(name, new_channel.PassServerHandle()); in OnRequestIntroduction()
1186 new_friend->Introduce(from_node, new_channel.PassClientHandle()); 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()