index
:
android_bionic
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
/
pthread_mutex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow NULL in pthread_mutex_lock/unlock.
Christopher Ferris
2015-06-09
1
-0
/
+12
*
Fix bug for recursive/errorcheck mutex on 32-bit devices.
Yabin Cui
2015-04-03
1
-1
/
+25
*
Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices.
Yabin Cui
2015-04-01
1
-155
/
+141
*
Hide internal of pthread_mutex_t.
Yabin Cui
2015-03-25
1
-113
/
+116
*
Fix build: pthread_mutex/pthread_detach.
Yabin Cui
2015-03-17
1
-1
/
+1
*
Remove duplication in pthread_mutex.cpp.
Yabin Cui
2015-03-12
1
-202
/
+109
*
Add test about pthread_mutex_t owner tid limit.
Yabin Cui
2015-02-03
1
-24
/
+3
*
Switch pthread_mutex_t from bionic atomics to <stdatomic.h>.
Yabin Cui
2015-02-02
1
-316
/
+294
*
POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK.
Elliott Hughes
2014-10-24
1
-11
/
+12
*
Revert "Work around a bug in Immersion's libImmEmulatorJ.so."
Elliott Hughes
2014-10-07
1
-12
/
+0
*
Work around a bug in Immersion's libImmEmulatorJ.so.
Elliott Hughes
2014-10-07
1
-0
/
+12
*
Add semaphore tests, fix sem_destroy.
Elliott Hughes
2014-09-19
1
-6
/
+8
*
Added a bionic systrace class and tracing to pthread_mutex.cpp.
Brigid Smith
2014-07-28
1
-0
/
+12
*
Minor style cleanup of some code I had to look at.
Elliott Hughes
2014-05-28
1
-11
/
+6
*
Updated ambiguous comment in pthread_mutex_lock.
Brigid Smith
2014-05-28
1
-1
/
+1
*
Remove unnecessary #includes of <sys/atomics.h>.
Elliott Hughes
2014-05-22
1
-1
/
+0
*
Remove the broken pthread deadlock prediction.
Elliott Hughes
2014-05-14
1
-60
/
+15
*
Remove unnecessary #includes.
Elliott Hughes
2014-04-10
1
-1
/
+0
*
Remove dead NULL checks from pthread code.
Elliott Hughes
2014-03-04
1
-34
/
+17
*
Implement POSIX pthread_mutex_timedlock.
Elliott Hughes
2014-03-04
1
-115
/
+108
*
Small style cleanup.
Elliott Hughes
2013-12-18
1
-1
/
+1
*
Merge "Properly detect timeout in pthread_mutex_lock_timeout_np_impl"
Elliott Hughes
2013-12-18
1
-1
/
+1
|
\
|
*
Properly detect timeout in pthread_mutex_lock_timeout_np_impl
Ken Mixter
2013-12-17
1
-1
/
+1
*
|
Remove harmful attempts to be helpful in pthread_mutex functions.
Elliott Hughes
2013-12-11
1
-21
/
+4
|
/
*
Clean up forking and cloning.
Elliott Hughes
2013-11-19
1
-1
/
+0
*
Move the pthread debugging flags to the right place.
Elliott Hughes
2013-10-31
1
-8
/
+0
*
<pthread.h> fixes and pthread cleanup.
Elliott Hughes
2013-10-31
1
-0
/
+844