├── README.md ├── handlemap.c ├── handlemap.h ├── simplelock.h ├── simplethread.h └── test.c /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudwu/handlemap/HEAD/README.md -------------------------------------------------------------------------------- /handlemap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudwu/handlemap/HEAD/handlemap.c -------------------------------------------------------------------------------- /handlemap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudwu/handlemap/HEAD/handlemap.h -------------------------------------------------------------------------------- /simplelock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudwu/handlemap/HEAD/simplelock.h -------------------------------------------------------------------------------- /simplethread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudwu/handlemap/HEAD/simplethread.h -------------------------------------------------------------------------------- /test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudwu/handlemap/HEAD/test.c --------------------------------------------------------------------------------