Fix a bug in pthread_mutex_unlock; initialize mutex if necessary when pthread_mutex_t...
authorweiyu <weiyuluo1232@gmail.com>
Thu, 19 Sep 2019 00:59:52 +0000 (17:59 -0700)
committerweiyu <weiyuluo1232@gmail.com>
Thu, 19 Sep 2019 00:59:52 +0000 (17:59 -0700)
commit142611a435d4dca04179bb04be47a3f6dc291b28
tree86441a74dbe13c0817b69a6f672ecf28537ba5a4
parent926e6a993b8d578b3ccb763bcc8adb699d9059df
Fix a bug in pthread_mutex_unlock; initialize mutex if necessary when pthread_mutex_timedlock is called
pthread.cc