Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: fix warnings for unused parameters | Igor Murashkin | 2013-07-30 | 1 | -2/+2 |
| | | | | Change-Id: Ibfb755a30ba2923669060fe0aed019beecbe38a1 | ||||
* | split utils/threads.h into multiple headers | Mathias Agopian | 2013-07-30 | 1 | -0/+137 |
AndroidDefs.h - C/C++ enums and types Mutex.h - Mutex class declaration Condition.h - Condition class declaration RWLock.h - RWLock class declaration Thread.h - Thread class declaration AndroidThreads.h - low-level thread creation functions threads.h - includes all the above for backward source compatibility Change-Id: Ia2f80c175333b59a41d1720985810bb2346e94cb Note: implementations are still in Threads.cpp |