Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
2c3d8d8b2c77a2439e324f8ef2369589024f33ed
/
libc
/
bionic
/
pthread_mutex.cpp
f796985
Fix bug for recursive/errorcheck mutex on 32-bit devices.
by Yabin Cui
· 10 years ago
e69c245
Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices.
by Yabin Cui
· 10 years ago
17393b0
Hide internal of pthread_mutex_t.
by Yabin Cui
· 10 years ago
ecbfb25
Fix build: pthread_mutex/pthread_detach.
by Yabin Cui
· 10 years ago
5b8e7cd
Remove duplication in pthread_mutex.cpp.
by Yabin Cui
· 10 years ago
140f367
Add test about pthread_mutex_t owner tid limit.
by Yabin Cui
· 10 years ago
86fc96f
Switch pthread_mutex_t from bionic atomics to <stdatomic.h>.
by Yabin Cui
· 10 years ago
5b1111a
POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK.
by Elliott Hughes
· 11 years ago
3d77327
Revert "Work around a bug in Immersion's libImmEmulatorJ.so."
by Elliott Hughes
· 11 years ago
7d3f553
Work around a bug in Immersion's libImmEmulatorJ.so.
by Elliott Hughes
· 11 years ago
04303f5
Add semaphore tests, fix sem_destroy.
by Elliott Hughes
· 11 years ago
a406ee6
Added a bionic systrace class and tracing to pthread_mutex.cpp.
by Brigid Smith
· 11 years ago
6249960
Minor style cleanup of some code I had to look at.
by Elliott Hughes
· 11 years ago
ff03a7a
Updated ambiguous comment in pthread_mutex_lock.
by Brigid Smith
· 11 years ago
2ea60ff
Remove unnecessary #includes of <sys/atomics.h>.
by Elliott Hughes
· 11 years ago
07f1ded
Remove the broken pthread deadlock prediction.
by Elliott Hughes
· 11 years ago
b676aaf
Remove unnecessary #includes.
by Elliott Hughes
· 11 years ago
39b644a
Remove dead NULL checks from pthread code.
by Elliott Hughes
· 11 years ago
0e714a5
Implement POSIX pthread_mutex_timedlock.
by Elliott Hughes
· 11 years ago
9e79af3
Small style cleanup.
by Elliott Hughes
· 11 years ago
611b903
Merge "Properly detect timeout in pthread_mutex_lock_timeout_np_impl"
by Elliott Hughes
· 11 years ago
4fae14f
Properly detect timeout in pthread_mutex_lock_timeout_np_impl
by Ken Mixter
· 11 years ago
dff7203
Remove harmful attempts to be helpful in pthread_mutex functions.
by Elliott Hughes
· 11 years ago
36d6188
Clean up forking and cloning.
by Elliott Hughes
· 12 years ago
66759d6
Move the pthread debugging flags to the right place.
by Elliott Hughes
· 12 years ago
c3f1140
<pthread.h> fixes and pthread cleanup.
by Elliott Hughes
· 12 years ago
[Renamed (68%) from libc/bionic/pthread.c]
d0d0b52
Merge "Remove an obsolete ARM gdb hack."
by Elliott Hughes
· 12 years ago