
all:
	gcc test.c -o test-host -pthread -lrt

