15 Commits

Author SHA1 Message Date
mutouyun
6bd967323d add: [pmr] new_delete_resource & ut 2022-11-13 18:54:18 +08:00
mutouyun
2e0f074287 add: [concur] define concurrent algorithms separately 2022-11-07 22:57:20 +08:00
mutouyun
8e40adc1f1 add: [ipc] concurrent (TBD) 2022-11-07 21:29:19 +08:00
mutouyun
9e625b603b add: [ipc] implementation of memory mapping (TBD) 2022-09-04 21:57:05 +08:00
mutouyun
29188f939c add: [mmap] add interface declarations 2022-05-15 19:35:58 +08:00
mutouyun
e21da4fe2d add: [result] an additional status code can be returned on failure to return a pointer 2022-05-15 19:20:30 +08:00
mutouyun
7d6eac4e6b add: libimp for utilities 2022-04-23 18:30:43 +08:00
mutouyun
23b7780485 添加部分有用的小组件 2022-02-27 18:03:30 +08:00
mutouyun
f18c27ec29 开始重构 2022-02-27 17:13:28 +08:00
木头云
78be14be37
Merge branch 'develop' into master 2021-08-29 11:05:24 +08:00
mutouyun
98a3449865 fix some bugs, adjust the test cases 2021-07-11 13:13:30 +08:00
mutouyun
455c0b479d add sync::mutex for windows/linux 2021-06-20 23:50:39 +08:00
木头云
681f8e6736
add large_msg_align for cache memory alignment 2021-05-07 15:48:31 +08:00
mutouyun
6163618433 针对不同类型的策略,增加不同的sender/receiver个数检查。
- is_multi_producer:sender无限制;否则仅允许一个
 - is_multi_consumer:receiver个数上限依赖is_broadcast指定;否则仅允许一个
 - is_broadcast:receiver个数上限为32(uint_t<32>位数);否则无限制(uint_t<32>大小)

行为变更:
1. 在连接时根据模式检查sender/receiver是否超出上限,超出则返回false
2. 在send时确认是否允许发送(对receiver模式来说,send之前不会尝试确认sender个数)
3. 修正若干bug
2021-01-03 12:52:03 +08:00
mutouyun
523d38d247 调整目录结构,隔离include路径,修正tls在win下的问题 2020-09-13 17:29:14 +08:00