commit | 68f64818203cf7d2ef1b4707448191829221898e | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Mar 19 16:14:13 2010 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:53 2013 -0700 |
tree | bd9a8cfbc08fcfa1979033f38df2621f51a961d4 | |
parent | 30a8e2e1359df7abf4af2078bd1ed694e969f84b [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