port some benchmarks

This commit is contained in:
Yanyan Jiang 2020-08-11 17:17:16 +00:00
parent 30a534e650
commit 009f8b5fb0
30 changed files with 5913 additions and 0 deletions

3
thread-os/Makefile Normal file
View file

@ -0,0 +1,3 @@
NAME := thread-os
SRCS := thread-os.c
include $(AM_HOME)/Makefile