func runtime.pthread_cond_wait

2 uses

	runtime (current package)
		os_darwin.go#L63: 			pthread_cond_wait(&mp.cond, &mp.mutex)
		sys_darwin.go#L383: func pthread_cond_wait(c *pthreadcond, m *pthreadmutex) int32 {