index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
/
semaphore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary #includes of <sys/atomics.h>.
Elliott Hughes
2014-05-22
1
-1
/
+0
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
1
-2
/
+3
*
bionic: Do not use <sys/atomics.h> for platform code.
David 'Digit' Turner
2011-11-16
1
-3
/
+3
*
libc: Fix sem_post() implementation to wake up all waiting threads.
David 'Digit' Turner
2010-07-02
1
-46
/
+175
*
libc: remove cutils dependencies
David 'Digit' Turner
2010-06-11
1
-1
/
+1
*
Use private futexes for semaphores, unless they are initialized with pshared ...
David 'Digit' Turner
2010-06-08
1
-15
/
+65
*
Atomic/SMP update, part 3.
Andy McFadden
2010-05-28
1
-2
/
+12
*
Fix sem_post() behaviour to wake up multiple waiting threads.
David 'Digit' Turner
2010-02-12
1
-1
/
+1
*
Fix sem_trywait() implementation + update changelog.
David 'Digit' Turner
2010-02-12
1
-1
/
+2
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+212
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-212
/
+0
*
auto import from //branches/cupcake/...@127101
The Android Open Source Project
2009-01-20
1
-0
/
+57
*
Initial Contribution
android-1.0
The Android Open Source Project
2008-10-21
1
-0
/
+155