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_mutex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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