Property definitions

pthreads :: extra $ NativePthread :: cancel
	fun cancel: Bool `{
		return pthread_cancel(*self);
	`}
lib/pthreads/extra.nit:34,2--36,3