summaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread.c
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of 7b6e6fa5 to krakenJean-Baptiste Queru2010-06-031-0/+54
|\
| * merge from open-source masterThe Android Open Source Project2010-06-031-0/+54
| |\
| | * pthread: introduce pthread_setname_np() as a mean to give names to threadsAndré Goddard Rosa2010-05-191-0/+54
* | | Atomic/SMP update, part 3.Andy McFadden2010-05-281-3/+12
|/ /
* | Fix typo that broke recursive mutexes implementation.David 'Digit' Turner2010-03-231-1/+1
* | pthread: Use private futexes by default in condition variablesDavid 'Digit' Turner2010-03-221-20/+23
* | merge from open-source masterThe Android Open Source Project2010-03-221-5/+4
|\ \ | |/
| * bionic: on pthread_join(), avoid extra check in case we find the threadAndré Goddard Rosa2010-02-051-5/+4
| * merge from eclairJean-Baptiste Queru2009-11-151-11/+158
| |\
| | * eclair snapshotJean-Baptiste Queru2009-11-121-11/+158
* | | Use private futexes for pthread_mutex_t.David 'Digit' Turner2010-03-181-58/+129
* | | Add pthread_condattr_init/destroy/setpshared/getpsharedDavid 'Digit' Turner2010-03-181-3/+82
* | | Fix indentation in pthread mutex implementation.David 'Digit' Turner2010-03-171-207/+202
* | | Revert "bionic: pthread: use private futexes by default for mutexes and condv...Fabrice Di Meglio2010-03-111-493/+298
* | | bionic: pthread: use private futexes by default for mutexes and condvarsDavid 'Digit' Turner2010-03-111-298/+493
* | | Fix pthread_sigmask() to return correct error values.David 'Digit' Turner2010-03-011-1/+11
* | | am bc10cd29: Fix a typo that resulted in a crash in the boot sequenceDavid 'Digit' Turner2009-09-231-1/+1
|\ \ \
| * | | Fix a typo that resulted in a crash in the boot sequenceDavid 'Digit' Turner2009-09-231-1/+1
* | | | am d154954f: Merge change 26419 into eclairDavid 'Digit' Turner2009-09-231-10/+131
|\ \ \ \ | |/ / /
| * | | Add pthread_mutex_lock_timeout_npDavid 'Digit' Turner2009-09-221-10/+131
* | | | merge from open-source masterJean-Baptiste Queru2009-09-161-11/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Remove code duplication for pthread_cond_timeout_np : use __pthread_cond_time...Matthieu CASTET2009-09-141-11/+1
| |/
* | allow pthread_mutexattr_setpshared to accept SHARED mutexes, since our curren...Mathias Agopian2009-07-131-1/+12
* | added pthread_cond_timedwait_relative_np()Mathias Agopian2009-07-131-0/+15
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1587
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1587/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+15
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-1/+1
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-41/+44
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+1569