commit | 02ab11983e33555a376155fb0a0864124a1c28cc | [log] [tgz] |
---|---|---|
author | Ben Romberger <bromberg@codeaurora.org> | Thu May 24 12:10:08 2018 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Jun 06 12:43:47 2018 -0700 |
tree | 6cb9f706532749f9d1176fd20f8d95430c6831c0 | |
parent | b6d52cc75c9e7fe57abdfaa012e71cd0960cbf69 [diff] |
hal: Properly initialize pthread mutex Use proper initialization flag for pthread mutex. If not used the lock and unlock will be called on what is believed to be a destroyed mutex causing a segmentation fault. Change-Id: I86425dca40e3372d87d979e84f82af660e12dab2 CRs-Fixed: 2246632