summaryrefslogtreecommitdiffstats
path: root/libc/bionic/semaphore.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Fix sem_post() implementation to wake up all waiting threads.David 'Digit' Turner2010-07-021-46/+175
* libc: remove cutils dependenciesDavid 'Digit' Turner2010-06-111-1/+1
* Use private futexes for semaphores, unless they are initialized with pshared ...David 'Digit' Turner2010-06-081-15/+65
* Atomic/SMP update, part 3.Andy McFadden2010-05-281-2/+12
* Fix sem_post() behaviour to wake up multiple waiting threads.David 'Digit' Turner2010-02-121-1/+1
* Fix sem_trywait() implementation + update changelog.David 'Digit' Turner2010-02-121-1/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+212
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-212/+0
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-0/+57
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+155