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
/
pthread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a recursive lock for pthread_once. DO NOT MERGE.
Wink Saville
2010-09-22
1
-3
/
+3
*
libc: add sanity checks to pthread_mutex_destroy()
David 'Digit' Turner
2010-06-28
1
-2
/
+7
*
Remove compiler warnings when building Bionic.
David 'Digit' Turner
2010-06-22
1
-0
/
+1
*
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
-41
/
+22
*
resolved conflicts for merge of 7b6e6fa5 to kraken
Jean-Baptiste Queru
2010-06-03
1
-0
/
+54
|
\
|
*
merge from open-source master
The Android Open Source Project
2010-06-03
1
-0
/
+54
|
|
\
|
|
*
pthread: introduce pthread_setname_np() as a mean to give names to threads
André Goddard Rosa
2010-05-19
1
-0
/
+54
*
|
|
Atomic/SMP update, part 3.
Andy McFadden
2010-05-28
1
-3
/
+12
|
/
/
*
|
Fix typo that broke recursive mutexes implementation.
David 'Digit' Turner
2010-03-23
1
-1
/
+1
*
|
pthread: Use private futexes by default in condition variables
David 'Digit' Turner
2010-03-22
1
-20
/
+23
*
|
merge from open-source master
The Android Open Source Project
2010-03-22
1
-5
/
+4
|
\
\
|
|
/
|
*
bionic: on pthread_join(), avoid extra check in case we find the thread
André Goddard Rosa
2010-02-05
1
-5
/
+4
|
*
merge from eclair
Jean-Baptiste Queru
2009-11-15
1
-11
/
+158
|
|
\
|
|
*
eclair snapshot
Jean-Baptiste Queru
2009-11-12
1
-11
/
+158
*
|
|
Use private futexes for pthread_mutex_t.
David 'Digit' Turner
2010-03-18
1
-58
/
+129
*
|
|
Add pthread_condattr_init/destroy/setpshared/getpshared
David 'Digit' Turner
2010-03-18
1
-3
/
+82
*
|
|
Fix indentation in pthread mutex implementation.
David 'Digit' Turner
2010-03-17
1
-207
/
+202
*
|
|
Revert "bionic: pthread: use private futexes by default for mutexes and condv...
Fabrice Di Meglio
2010-03-11
1
-493
/
+298
*
|
|
bionic: pthread: use private futexes by default for mutexes and condvars
David 'Digit' Turner
2010-03-11
1
-298
/
+493
*
|
|
Fix pthread_sigmask() to return correct error values.
David 'Digit' Turner
2010-03-01
1
-1
/
+11
*
|
|
am bc10cd29: Fix a typo that resulted in a crash in the boot sequence
David 'Digit' Turner
2009-09-23
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix a typo that resulted in a crash in the boot sequence
David 'Digit' Turner
2009-09-23
1
-1
/
+1
*
|
|
|
am d154954f: Merge change 26419 into eclair
David 'Digit' Turner
2009-09-23
1
-10
/
+131
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Add pthread_mutex_lock_timeout_np
David 'Digit' Turner
2009-09-22
1
-10
/
+131
*
|
|
|
merge from open-source master
Jean-Baptiste Queru
2009-09-16
1
-11
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Remove code duplication for pthread_cond_timeout_np : use __pthread_cond_time...
Matthieu CASTET
2009-09-14
1
-11
/
+1
|
|
/
*
|
allow pthread_mutexattr_setpshared to accept SHARED mutexes, since our curren...
Mathias Agopian
2009-07-13
1
-1
/
+12
*
|
added pthread_cond_timedwait_relative_np()
Mathias Agopian
2009-07-13
1
-0
/
+15
|
/
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+1587
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-1587
/
+0
*
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2009-02-10
1
-0
/
+15
*
auto import from //branches/cupcake/...@126645
The Android Open Source Project
2009-01-15
1
-1
/
+1
*
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-12-17
1
-41
/
+44
*
Initial Contribution
android-1.0
The Android Open Source Project
2008-10-21
1
-0
/
+1569