| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Maybe really fix windows build. | Dianne Hackborn | 2009-12-08 | 1 | -1/+4 |
| | | |||||
| * | Hopefully fix Windows build | Dianne Hackborn | 2009-12-08 | 1 | -0/+2 |
| | | |||||
| * | Propagate background scheduling class across processes. | Dianne Hackborn | 2009-12-07 | 1 | -0/+49 |
| | | | | | | | | | | | | This is a very simply implementation: upon receiving an IPC, if the handling thread is at a background priority (the driver will have taken care of propagating this from the calling thread), then stick it in to the background scheduling group. Plus an API to turn this off for the process, which is used by the system process. This also pulls some of the code for managing scheduling classes out of the Process JNI wrappers and in to some convenience methods in thread.h. | ||||
| * | use broadcast() instead of signal() when signaling the condition-variable ↵ | Mathias Agopian | 2009-09-09 | 1 | -2/+7 |
| | | | | | | | | | Thread::RequestExitAndWait() is waiting for we could have several thread waiting on the condition and they all need to wake-up. also added a debug "mTid" field in the class, which contains the tid of the thread (as opposed to pthread_t), this is useful when debugging under gdb for instance. | ||||
| * | Fix Win32 libutils to get a working SDK build. | David 'Digit' Turner | 2009-08-01 | 1 | -1/+18 |
| | | |||||
| * | implement Mutex and Condition with pthread instead of calling futex directly. | Mathias Agopian | 2009-07-13 | 1 | -286/+4 |
| | | | | | | internally pthread uses futex. the implementation consists of simple inlines there are no implementation files anymore. | ||||
| * | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 1 | -176/+50 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+1128 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -1126/+0 |
| | | |||||
| * | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -3/+1 |
| | | |||||
| * | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -1/+3 |
| | | |||||
| * | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+1126 |
