线程增加ipc能力,原ipc对象将修改为ipc代理功能

This commit is contained in:
zhangzheng
2023-11-26 00:15:32 +08:00
parent 782ef1331d
commit 5a0ad76ad0
16 changed files with 569 additions and 113 deletions

View File

@@ -15,11 +15,13 @@ typedef long long int64_t;
typedef unsigned long umword_t;
typedef unsigned short uhmword_t;
typedef long mword_t;
typedef short uhumword_t;
typedef signed long int intptr_t;
typedef unsigned long int uintptr_t;
typedef umword_t size_t;
typedef mword_t ssize_t;
typedef umword_t ptr_t;
typedef char bool_t;
typedef unsigned long obj_addr_t;