commit | a729f97e8bfba67a94b1cde26d0d78d84528de85 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Mar 19 16:14:13 2010 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Mar 19 16:16:43 2010 -0700 |
tree | 348c44f823825856df69b8b8e640bc86146a438f | |
parent | 078fd47e91d495175927d1a4a8b9aad039a7ba4e [diff] |
libutils Condition are now PRIVATE by default Condition must be initialized with SHARED for the old behavior, where they can be used accross processes. Updated the two places android that require SHARED conditions. PRIVATE conditions (and mutexes) use more efficient syscalls. Change-Id: I9a281a4b88206e92ac559c66554e886b9c62db3a