History log of /frameworks/native/include/utils/Thread.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9447be65c34b66b01a19a85f4b07bb9c685e847a 11-Mar-2013 Romain Guy <romainguy@google.com> Add Thread::isRunning and Condition::signal(WakeUpType)

The signal() method is useful to choose whether to wake up one or
all threads.

Change-Id: I062ab6d3ddd306a9fb735549ea140e2a76eed75a
/frameworks/native/include/utils/Thread.h
f91bb05132dccbb61a69351752d9ae47cc31f30d 26-Feb-2012 Mathias Agopian <mathias@google.com> 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
/frameworks/native/include/utils/Thread.h