index
:
bionic.git
kitkat
lp5.0
o8.0
o8.1
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
r11.0
r11.1
s12.0
s12.1
t13.0
bionic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
bionic
/
pthread_mutex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop using the __ANDROID_API_x__ constants.
Elliott Hughes
2019-12-20
1
-1
/
+1
*
Implement new clock wait functions
Tom Cherry
2019-07-15
1
-0
/
+18
*
Merge "PIMutexUnlock: load owner_tid in non-common case"
Ryan Prichard
2019-04-22
1
-0
/
+2
|
\
|
*
PIMutexUnlock: load owner_tid in non-common case
Ryan Prichard
2019-04-19
1
-0
/
+2
*
|
Comment about lock destruction and unlocking
Ryan Prichard
2019-04-19
1
-0
/
+9
|
/
*
Make android_get_application_target_sdk_version available to the NDK.
Elliott Hughes
2018-11-15
1
-2
/
+1
*
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-08-02
1
-3
/
+3
*
Add _monotonic_np versions of timed wait functions
Tom Cherry
2018-03-20
1
-6
/
+17
*
Check using destroyed mutexes.
Yabin Cui
2018-03-15
1
-14
/
+40
*
Avoid abort when calling pthread_mutex_destroy more than once.
Yabin Cui
2018-02-02
1
-0
/
+5
*
Support priority inheritance mutex in 32-bit programs.
Yabin Cui
2018-02-01
1
-42
/
+163
*
Support priority inheritance mutex in 64bit programs.
Yabin Cui
2018-01-24
1
-58
/
+248
*
Use clang's nullability instead of nonnull.
Dan Albert
2016-05-05
1
-0
/
+6
*
sem_timedwait with a null timeout doesn't mean "forever".
Elliott Hughes
2015-12-16
1
-2
/
+2
*
Merge "Use FUTEX_WAIT_BITSET to avoid converting timeouts."
Yabin Cui
2015-11-21
1
-36
/
+28
|
\
|
*
Use FUTEX_WAIT_BITSET to avoid converting timeouts.
Yabin Cui
2015-11-19
1
-36
/
+28
*
|
Avoid tsan warning about pthread_mutex_destroy.
Yabin Cui
2015-11-17
1
-9
/
+16
|
/
*
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