summaryrefslogtreecommitdiff
path: root/lib/thread/bld.proj
blob: 3e9e3b1540427185ab74011031459d6c8a40e88a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
lib thread =
	future.myr

	# linux impl of basic thread primitives
	condvar+linux.myr
	mutex+linux.myr
	spawn+linux.myr

	atomic-impl+x64.s
	atomic.myr
;;

test smoketest =
	smoketest.myr
;;