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

  /external/compiler-rt/lib/tsan/rtl/
tsan_libdispatch_mac.cc 602 __block dispatch_io_t new_channel = nullptr; local
608 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close.
617 new_channel = REAL(dispatch_io_create)(type, fd, q, new_h);
619 return new_channel;
627 __block dispatch_io_t new_channel = nullptr; local
633 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close.
642 new_channel =
645 return new_channel;
652 __block dispatch_io_t new_channel = nullptr; local
658 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 2483 int new_channel = voe_.GetLastChannel(); local
    [all...]
  /external/libmojo/mojo/edk/system/
node_controller.cc 1184 PlatformChannelPair new_channel; local
    [all...]

Completed in 226 milliseconds