Property definitions

pthreads $ NativePthread :: equal
	fun equal(other: NativePthread): Bool `{ return pthread_equal(*self, *other); `}
lib/pthreads/pthreads.nit:175,2--81