wangzhengquan
2021-02-22 45e00aca28504b27f3ad6b4abf364c3d57f34510
lock free queue
2个文件已添加
1个文件已修改
2 ■■■ 已修改文件
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 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
doc/lock_free_queue_paper/Implementing Lock-Free Queues.pdf
Binary files differ
doc/lock_free_queue_paper/Simple, Fast, and Practical Non-Blocking and Blocking.pdf
Binary 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;