Mathias Agopian
|
ec0f1f6720
|
implement Mutex and Condition with pthread instead of calling futex directly.
internally pthread uses futex. the implementation consists of simple inlines
there are no implementation files anymore.
|
2009-07-13 15:14:23 -07:00 |
|
Mathias Agopian
|
84f6814af4
|
fix for [1969185] valgrind errors in new gl stuff
|
2009-07-09 17:30:43 -07:00 |
|
Mathias Agopian
|
310f8da0c3
|
merge master to master_gl
|
2009-05-22 02:16:08 -07:00 |
|
Mathias Agopian
|
b6683b58a8
|
make use of the perfectly fine List.h instead of our own reimplementation of a linked list.
|
2009-04-28 03:17:50 -07:00 |
|
Mathias Agopian
|
f1d8e87b09
|
a brand new MessageQueue for SurfaceFlinger.
|
2009-04-24 16:22:36 -07:00 |
|