fusion/third_party/libhv/base
张兆鹏 09dc02ae52 initial commit 2025-08-05 15:53:44 +08:00
..
README.md initial commit 2025-08-05 15:53:44 +08:00
array.h initial commit 2025-08-05 15:53:44 +08:00
hatomic.h initial commit 2025-08-05 15:53:44 +08:00
hbase.c initial commit 2025-08-05 15:53:44 +08:00
hbase.h initial commit 2025-08-05 15:53:44 +08:00
hbuf.h initial commit 2025-08-05 15:53:44 +08:00
hdef.h initial commit 2025-08-05 15:53:44 +08:00
heap.h initial commit 2025-08-05 15:53:44 +08:00
hendian.h initial commit 2025-08-05 15:53:44 +08:00
herr.c initial commit 2025-08-05 15:53:44 +08:00
herr.h initial commit 2025-08-05 15:53:44 +08:00
hlog.c initial commit 2025-08-05 15:53:44 +08:00
hlog.h initial commit 2025-08-05 15:53:44 +08:00
hmain.c initial commit 2025-08-05 15:53:44 +08:00
hmain.h initial commit 2025-08-05 15:53:44 +08:00
hmath.h initial commit 2025-08-05 15:53:44 +08:00
hmutex.h initial commit 2025-08-05 15:53:44 +08:00
hplatform.h initial commit 2025-08-05 15:53:44 +08:00
hproc.h initial commit 2025-08-05 15:53:44 +08:00
hsocket.c initial commit 2025-08-05 15:53:44 +08:00
hsocket.h initial commit 2025-08-05 15:53:44 +08:00
hsysinfo.h initial commit 2025-08-05 15:53:44 +08:00
hthread.h initial commit 2025-08-05 15:53:44 +08:00
htime.c initial commit 2025-08-05 15:53:44 +08:00
htime.h initial commit 2025-08-05 15:53:44 +08:00
hversion.c initial commit 2025-08-05 15:53:44 +08:00
hversion.h initial commit 2025-08-05 15:53:44 +08:00
list.h initial commit 2025-08-05 15:53:44 +08:00
netinet.h initial commit 2025-08-05 15:53:44 +08:00
queue.h initial commit 2025-08-05 15:53:44 +08:00
rbtree.c initial commit 2025-08-05 15:53:44 +08:00
rbtree.h initial commit 2025-08-05 15:53:44 +08:00

README.md

目录结构

.
├── array.h         动态数组
├── hatomic.h       原子操作
├── hbase.h         基础函数
├── hbuf.h          缓存
├── hdef.h          常见宏定义
├── heap.h          堆
├── hendian.h       大小端
├── herr.h          错误码表
├── hlog.h          日志
├── hmain.h         命令行解析
├── hmath.h         数学函数
├── hmutex.h        线程同步锁
├── hplatform.h     平台相关宏
├── hproc.h         进程
├── hsocket.h       套接字
├── hsysinfo.h      系统信息
├── hthread.h       线程
├── htime.h         时间
├── hversion.h      版本
├── list.h          链表
├── queue.h         队列
└── rbtree.h        红黑树