Searched refs:ChannelCreate (Results 1 – 3 of 3) sorted by relevance
35 static Dart_Handle ChannelCreate(uint32_t options);
171 Dart_Handle System::ChannelCreate(uint32_t options) { in ChannelCreate() function in zircon::dart::System477 V(System, ChannelCreate) \
511 pub fn ChannelCreate(__flags: ::c_uint) -> ::c_int; in ChannelCreate() function