replicant-frameworks_native/include/utils
Mathias Agopian f91bb05132 split utils/threads.h into multiple headers
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
2012-02-27 13:03:04 -08:00
..
AndroidThreads.h split utils/threads.h into multiple headers 2012-02-27 13:03:04 -08:00
ashmem.h
Atomic.h
BasicHashtable.h Add a basic hashtable data structure, with tests! 2011-11-22 17:12:22 -08:00
BitSet.h
BlobCache.h BlobCache: implement cache serialization 2011-10-31 18:49:32 -07:00
BufferedTextOutput.h
ByteOrder.h
CallStack.h Use libcorkscrew for stack unwinding. 2011-10-22 15:44:12 -07:00
Compat.h
Condition.h split utils/threads.h into multiple headers 2012-02-27 13:03:04 -08:00
Debug.h
Endian.h
Errors.h
FileMap.h
Flattenable.h
Functor.h
GenerationCache.h Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 13:19:13 +00:00
KeyedVector.h am 32916f7a: am fc4215ee: am 2d03a93e: Merge "Xcode 4.3 compatibility checkin" 2012-02-23 12:22:35 -08:00
LinearTransform.h
List.h
Log.h
Looper.h
misc.h
Mutex.h split utils/threads.h into multiple headers 2012-02-27 13:03:04 -08:00
PropertyMap.h
RefBase.h
RWLock.h split utils/threads.h into multiple headers 2012-02-27 13:03:04 -08:00
SharedBuffer.h
Singleton.h Reduce the size of libhwui by 50% 2011-10-12 13:48:51 -07:00
SortedVector.h
StopWatch.h
String8.h
String16.h
StringArray.h
StrongPointer.h
SystemClock.h
TextOutput.h
Thread.h split utils/threads.h into multiple headers 2012-02-27 13:03:04 -08:00
ThreadDefs.h split utils/threads.h into multiple headers 2012-02-27 13:03:04 -08:00
threads.h split utils/threads.h into multiple headers 2012-02-27 13:03:04 -08:00
Timers.h
Tokenizer.h
TypeHelpers.h Fix compilation with Clang. 2012-01-13 15:33:54 +04:00
Unicode.h Fix regression in CursorWindow.copyStingToBuffer. 2011-10-07 13:28:18 -07:00
Vector.h
VectorImpl.h