[runtime] Implement the wait in mono_runtime_class_init_full () using a cond variable...
authorZoltan Varga <vargaz@gmail.com>
Fri, 20 Jan 2017 23:26:29 +0000 (18:26 -0500)
committerZoltan Varga <vargaz@gmail.com>
Mon, 23 Jan 2017 05:40:14 +0000 (00:40 -0500)
Previously it waited for the initialization to be done using a mutex lock/unlock, which needed some additional checks before acquiring the lock. Use a normal cond variable instead. Remove some code duplication from the lock cleanup code.


No differences found