doc/lock_free_queue_paper/Implementing Lock-Free Queues.pdf | 补丁 | 查看 | 原始文档 | blame | 历史 | |
doc/lock_free_queue_paper/Simple, Fast, and Practical Non-Blocking and Blocking.pdf | 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/socket/shm_socket.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
doc/lock_free_queue_paper/Implementing Lock-Free Queues.pdfBinary files differ
doc/lock_free_queue_paper/Simple, Fast, and Practical Non-Blocking and Blocking.pdfBinary files differ
src/socket/shm_socket.cpp
@@ -322,7 +322,7 @@ const int send_size, const int key, void **recv_buf, int *recv_size, const struct timespec *timeout, int flags) { int rv, tryn = 3; int rv, tryn = 6; shm_packet_t sendpak; shm_packet_t recvpak; std::map<std::string, shm_packet_t>::iterator recvbufIter;