search resultsBoost asio io service memcpy() - Stack Overflow
I have build application based on boost::asio. Sometimes I got this kind
of core dump (not regullary). I tried investigate what's going on but I
haven't more ideas to ...
stackoverflow.com/.../13603898/boost-​asio-io-service-memcpy - Cached
io_service - 1.35.0 - Boost C++ Libraries
Name Description id. Class used to uniquely identify a service. service.
Base class for all io_service services.
www.boost.org/.../html/boost_asio/​reference/io_service.html - Cached
boost/asio/detail/win_iocp_serial_port_service.hpp - 1.37.0
... (boost::asio::io_service& io_service) : boost::asio::detail:: ...
using namespace std; // For memcpy. ::DCB dcb; memset(&dcb, 0,
sizeof(DCB)); ...
www.boost.org/doc/libs/1_37_0/boost/​asio/detail/win_iocp... - Cached
How to make boost::asio wok in multi-thread?
memcpy(msg.body(), line, msg.body_length()); ...
(boost::bind(&boost::asio::io_service::run, &io_service)); char
line[chat_message::max_body_length + 1];
permalink.gmane.org/​gmane.comp.lib.boost.asio.user/4268 - Cached
Boost users' mailing page: Re: [Boost-users] Boost.Asio ...
chat_client(boost::asio::io_service& io_service, tcp::resolver::iterator
endpoint_iterator) ... memcpy(msg.body(), ss.str().c_str(),
msg.body_length());
lists.boost.org/boost-users/2010/03/​57104.php - Cached
lib.boost.asio.user - Multiple threads on one io_service ...
... Multiple threads on one io_service - msg#00088 List:
lib.boost.asio.user. ... have multiple threads on a single io_service. ...
data()); memcpy(&type, pt ...
osdir.com/ml/lib.boost.asio.user/2008-​08/msg00088.html - Cached
c++ - problem with some boost asio code - Stack Overflow
nIO.reset(); t = thread(boost::bind(&boost::asio::io_service::run ...
vector<char> outBuffer(msgLength+headerSize); outBuffer[0] = MSG_IMU;
memcpy ...
stackoverflow.com/.../problem-with-some-​boost-asio-code - Cached
Boost users' mailing page: [Boost-users] Boost.Asio server ...
memcpy(&hd, data_, header_length); ... tcp_server(boost::asio::io_service
&io_service, const boost::asio::ip::tcp::endpoint &endpoint, ...
lists.boost.org/boost-users/2010/03/​57042.php - Cached
#3905 (asio boost headers fail with g++-4.3.2 and -Wshadow ...
*/ - basic_socket(boost::asio::io_service& io_service ... { @@ -224,7
+224,7 @@ using namespace std; // For memcpy. data_.local =
boost::asio::detail ...
svn.boost.org/trac/boost/ticket/3905 - Cached
Boost user list
minicom_client(boost::asio::io_service& io_service, unsigned int baud,
const std:: ...
memcpy(&temp,buffer+3*sizeof(char)+index*sizeof(float),sizeof(float));
return ...
comments.gmane.org/​gmane.comp.lib.boost.user/59568 - Cached
No comments:
Post a Comment