Searched defs:IsBlocking (Results 1 – 3 of 3) sorted by relevance
50 FX_BOOL IsBlocking(){return m_bBlocking;} in IsBlocking() function
32 bool IsBlocking() const { return !(flags & O_NONBLOCK); } in IsBlocking() function
151 inline bool IsBlocking() const { return IsBlockingError(GetError()); } in IsBlocking() function