Searched refs:IsBlocking (Results 1 – 11 of 11) sorted by relevance
65 if (socket_->IsBlocking()) in Read()84 if (socket_->IsBlocking()) in Write()
128 if ((socket->Connect(remote) != 0) && !socket->IsBlocking()) { in RequestConnectedStream()183 && !stream_->GetSocket()->IsBlocking()) { in RequestConnectedStream()
161 inline bool IsBlocking() const { return IsBlockingError(GetError()); } in IsBlocking() function
530 EXPECT_TRUE(a->IsBlocking()); in TcpSendTest()551 EXPECT_TRUE(b->IsBlocking()); in TcpSendTest()565 EXPECT_TRUE(b->IsBlocking()); in TcpSendTest()584 EXPECT_TRUE(b->IsBlocking()); in TcpSendTest()
199 if (!socket_->IsBlocking()) { in OnReadEvent()
131 } else if (socket->IsBlocking()) { in socket_read()145 } else if (socket->IsBlocking()) { in socket_write()
737 ASSERT_TRUE(accepted->IsBlocking()); in TcpInternal()768 ASSERT_TRUE(client->IsBlocking()); in TcpInternal()832 EXPECT_TRUE(accepted->IsBlocking()); in SingleFlowControlCallbackInternal()
162 if (IsBlocking()) { in Send()
90 if (!cricket_socket_->IsBlocking()) in OnWriteEvent()173 return cricket_socket_->IsBlocking(); in Connect()
51 bool IsBlocking() const { return m_bBlocking; } in IsBlocking() function
582 if (!pRuntime->IsBlocking()) { in RunJsScript()