commit | 819d11be068e3f86e31db0956f5a0b29d9971e7f | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Tue Mar 15 14:25:56 2011 -0700 |
committer | Jason Evans <je@fb.com> | Tue Mar 15 14:25:56 2011 -0700 |
tree | 3e41fd85aff4217426864fe79a4944f7f355225b | |
parent | 49f7e8f35ac63d0dd526cf68791dc0ca29538ac9 [diff] |
Add missing error checks. Add missing error checks for pthread_mutex_init() calls. In practice, mutex initialization never fails, so this is merely good hygiene.