基于 SPEC §8 完整实现 (21 API): - Timer: create/start/stop/restart/destroy/is_active, 独立轮询线程10ms - Event: create/destroy/send/recv(AND|OR)/clear/query, 位图+cond同步 - MsgQueue: create/destroy/send/send_timeout/recv/try_recv/count/space, 环形缓冲 - C接口 + extern "C", C++内部 pthread, test: Timer=3 Event=0x5 Msg=hi |
||
|---|---|---|
| .. | ||
| inc | ||
| src | ||
| build.sh | ||
| linux.mk | ||
| makefile | ||