Home
last modified time | relevance | path

Searched refs:ChannelCreate (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/
Dsystem.h35 static Dart_Handle ChannelCreate(uint32_t options);
Dsystem.cc171 Dart_Handle System::ChannelCreate(uint32_t options) { in ChannelCreate() function in zircon::dart::System
477 V(System, ChannelCreate) \
/third_party/rust/crates/libc/src/unix/nto/
Dneutrino.rs511 pub fn ChannelCreate(__flags: ::c_uint) -> ::c_int; in ChannelCreate() function