Make the current thread waiting for a signal ( mutex should be locked)

Property definitions

pthreads $ PthreadCond :: wait
	# Make the current thread waiting for a signal ( `mutex` should be locked)
	fun wait(mutex: Mutex) do native.wait(mutex.native.as(not null))
lib/pthreads/pthreads.nit:441,2--442,65