commit | d86101164974bd6cd4b2fe03f9ebabbf172cd268 | [log] [tgz] |
---|---|---|
author | Ramesh Masavarapu <rameshm@codeaurora.org> | Tue Jun 26 15:32:52 2012 -0700 |
committer | Ramesh Masavarapu <rameshm@codeaurora.org> | Tue Jun 26 15:38:09 2012 -0700 |
tree | b1f4bef5ee129aa7ae96c26f5cc7e7dde84c5965 | |
parent | c432fdf28656051f358ff4b7cc41f43d4eeb3ed8 [diff] |
qseecom: Support concurrency between QSEE apps. Currently, if a client tries to load a secure app in QSEE and another client tries to send a message to another secure app, it results in a crash. Instead of using 2 different mutex's - one for sending messages and another for rest of the operations, now only one mutex is used for all operations. Change-Id: I8e1ad9ddf84cca602c6159a6f50b1abaff427b7c Signed-off-by: Ramesh Masavarapu <rameshm@codeaurora.org>