Searched refs:IsBlocking (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
H A Dpipe_node.cc34 int ms = attr.IsBlocking() ? read_timeout_ : 0;
51 int ms = attr.IsBlocking() ? write_timeout_ : 0;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Djspipe_node.cc39 int ms = attr.IsBlocking() ? -1 : 0;
56 int ms = attr.IsBlocking() ? -1 : 0;
/external/chromium_org/third_party/webrtc/base/
H A Dsocketstream.cc65 if (socket_->IsBlocking())
84 if (socket_->IsBlocking())
H A Dsocketpool.cc128 if ((socket->Connect(remote) != 0) && !socket->IsBlocking()) {
183 && !stream_->GetSocket()->IsBlocking()) {
H A Dsocket.h151 inline bool IsBlocking() const { return IsBlockingError(GetError()); } function in class:rtc::Socket
H A Dasynctcpsocket.cc198 if (!socket_->IsBlocking()) {
H A Dopenssladapter.cc123 } else if (socket->IsBlocking()) {
137 } else if (socket->IsBlocking()) {
H A Dmacasyncsocket.cc162 if (IsBlocking()) {
H A Dvirtualsocket_unittest.cc486 EXPECT_TRUE(a->IsBlocking());
507 EXPECT_TRUE(b->IsBlocking());
521 EXPECT_TRUE(b->IsBlocking());
540 EXPECT_TRUE(b->IsBlocking());
H A Dsocket_unittest.cc736 ASSERT_TRUE(accepted->IsBlocking());
767 ASSERT_TRUE(client->IsBlocking());
831 EXPECT_TRUE(accepted->IsBlocking());
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_handle.h32 bool IsBlocking() const { return !(flags & O_NONBLOCK); } function in struct:nacl_io::HandleAttr
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Runtime.h50 FX_BOOL IsBlocking(){return m_bBlocking;} function in class:CJS_Runtime
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppsocket.cc108 if (!cricket_socket_->IsBlocking())
191 return cricket_socket_->IsBlocking();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dsocket_node.cc359 if ((flags & MSG_DONTWAIT) || !attr.IsBlocking())
422 if ((flags & MSG_DONTWAIT) || !attr.IsBlocking())
H A Dtcp_node.cc412 int ms = attr.IsBlocking() ? -1 : 0;
476 int ms = attr.IsBlocking() ? -1 : 0;
/external/pdfium/fpdfsdk/src/javascript/
H A Dapp.cpp728 if (!pRuntime->IsBlocking())

Completed in 250 milliseconds