index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
pthread_test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test about pthread_mutex_t owner tid limit.
Yabin Cui
2015-02-03
1
-0
/
+12
*
Fix possible leak in pthread_detach.
Yabin Cui
2015-01-15
1
-4
/
+2
*
Make pthread stack size match real range.
Yabin Cui
2015-01-08
1
-5
/
+27
*
Reserve enough user request stack space in pthread_create.
Yabin Cui
2015-01-02
1
-2
/
+1
*
Fix pthread key num calculation.
Yabin Cui
2014-12-12
1
-13
/
+12
*
support _POSIX_REALTIME_SIGNALS
Yabin Cui
2014-12-08
1
-18
/
+41
*
Rename test_forked -> test_isolated
Dmitriy Ivanov
2014-11-20
1
-1
/
+1
*
Add test_forked() option
Dmitriy Ivanov
2014-11-20
1
-13
/
+16
*
Assume glibc >= 2.15.
Elliott Hughes
2014-11-12
1
-25
/
+1
*
make all bionic death tests not dumpable
Yabin Cui
2014-11-06
1
-4
/
+8
*
pthread_setname_np appears in glibc 2.12.
Elliott Hughes
2014-10-27
1
-26
/
+23
*
bionic tests: migrate test for mutex type from system/extras
Derek Xue
2014-10-24
1
-4
/
+76
*
Clean up the pthread key tests.
Dan Albert
2014-09-30
1
-18
/
+52
*
Test pthread_cleanup_push(3)/pthread_cleanup_pop(3).
Elliott Hughes
2014-09-22
1
-14
/
+44
*
Add a test for pthread_gettid_np.
Elliott Hughes
2014-09-12
1
-0
/
+26
*
Refactoring: C++11 style DISABLE_ bionic marcos
Dmitriy Ivanov
2014-09-08
1
-1
/
+1
*
Fix pthread_attr_getstack__main_thread.
Elliott Hughes
2014-09-04
1
-0
/
+12
*
Prevent a few test pthread keys from leaking.
Dan Albert
2014-09-02
1
-0
/
+2
*
Have pthread_attr_getstack for the main thread report RLIMIT_STACK...
Elliott Hughes
2014-08-27
1
-19
/
+12
*
Fix pthread_getattr_np for the main thread.
Elliott Hughes
2014-08-26
1
-0
/
+86
*
Do a second key cleanup in pthread_exit.
Christopher Ferris
2014-08-06
1
-18
/
+27
*
Only wipe TLS for user-supplied stacks.
Elliott Hughes
2014-07-30
1
-0
/
+51
*
Add a new pthread_key_delete test.
Elliott Hughes
2014-06-25
1
-0
/
+13
*
Cleaned up pthread rwlocks implementation.
Calin Juravle
2014-05-23
1
-2
/
+2
*
Mutex-free implementation of pthread_rwlock
Calin Juravle
2014-05-22
1
-0
/
+37
*
Add a regression test for a long-fixed pthread_once bug.
Elliott Hughes
2014-05-14
1
-0
/
+20
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
1
-15
/
+15
*
Hide the __bionic_clone and __bionic_clone_entry implementation details.
Elliott Hughes
2014-05-08
1
-16
/
+0
*
Fix pthread_detach for already-exited threads.
Elliott Hughes
2014-03-07
1
-0
/
+30
*
Rewrite the POSIX timer functions.
Elliott Hughes
2014-03-07
1
-7
/
+3
*
Implement POSIX pthread_mutex_timedlock.
Elliott Hughes
2014-03-04
1
-0
/
+23
*
Implement pthread_condattr_{get,set}clock.
Narayan Kamath
2014-03-04
1
-0
/
+56
*
Make sure that the same tests are on all platforms.
Christopher Ferris
2014-02-06
1
-15
/
+31
*
Fix pthread_test to work with gtest 1.7.0.
Elliott Hughes
2014-01-28
1
-3
/
+7
*
Pass a valid stack pointer to __bionic_clone in pthread.__bionic_clone
Chris Dearman
2014-01-04
1
-1
/
+1
*
PTHREAD_KEYS_MAX cleanup.
Elliott Hughes
2013-12-12
1
-0
/
+5
*
Fix pthread_join.
Elliott Hughes
2013-11-18
1
-8
/
+34
*
Switch pthread_create over to __bionic_clone.
Elliott Hughes
2013-11-15
1
-3
/
+23
*
<pthread.h> fixes and pthread cleanup.
Elliott Hughes
2013-10-31
1
-0
/
+62
*
Fix sigaction(3) for 64-bit.
Elliott Hughes
2013-10-17
1
-1
/
+3
*
Clean up the sigprocmask/pthread_sigmask implementation.
Elliott Hughes
2013-10-15
1
-0
/
+19
*
Fix 32-bit issues in tests, and add a trivial test for the FD_* macros.
Elliott Hughes
2013-10-02
1
-4
/
+5
*
Fix pthread_getcpuclockid.
Jeff Hao
2013-08-15
1
-0
/
+10
*
Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacks...
Elliott Hughes
2013-07-15
1
-0
/
+93
*
Handles spurious wake-ups in pthread_join()
msg555
2013-06-12
1
-0
/
+22
*
Fix pthread_setname_np's behavior on invalid pthread_ts.
Elliott Hughes
2013-03-21
1
-1
/
+1
*
Fix raise(3) so it works in signal handlers.
Elliott Hughes
2013-02-21
1
-0
/
+18
*
Fix pthreads functions that should return ESRCH.
Elliott Hughes
2013-02-19
1
-5
/
+66
*
Fix the pthread_setname_np test.
Elliott Hughes
2013-02-15
1
-4
/
+15
*
Fix the stack protector death test.
Elliott Hughes
2013-02-14
1
-3
/
+3
[next]