Property definitions

pthreads $ NativePthreadCond :: wait
	fun wait(mutex: NativePthreadMutex) `{ pthread_cond_wait(self, mutex); `}
lib/pthreads/pthreads.nit:291,2--74