Property definitions

pthreads $ AtomicInt :: new
	new(i: Int)`{
		int* v = malloc(sizeof(int));
		return v;
	`}
lib/pthreads/pthreads.nit:87,2--90,3