shithub: mc

ref: e09c6b53f3b1928d3752c53c813025dbcbb976e0
dir: /lib/thread/test/die.myr/

View raw version
use thread

const main = {
	var m = thread.mkmtx()
	thread.mtxlock(&m)
	thread.mtxunlock(&m)
	thread.mtxunlock(&m)
}