Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dchannel_win.cc84 if (write_now && !WriteNoLock(outgoing_messages_.front())) in Write()
304 bool WriteNoLock(const Channel::MessagePtr& message) { in WriteNoLock() function in mojo::core::__anon2256fa540111::ChannelWin
319 return WriteNoLock(outgoing_messages_.front()); in WriteNextNoLock()
Dchannel_posix.cc168 if (!WriteNoLock(MessageView(std::move(message), 0))) in Write()
501 bool WriteNoLock(MessageView message_view) { in WriteNoLock() function in mojo::core::__anon7bef9a390111::ChannelPosix
594 if (!WriteNoLock(std::move(messages.front()))) in FlushOutgoingMessagesNoLock()
Dchannel_fuchsia.cc227 if (!WriteNoLock(MessageView(std::move(message), 0))) in Write()
381 bool WriteNoLock(MessageView message_view) { in WriteNoLock() function in mojo::core::__anonb02869e90111::ChannelFuchsia