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
*
Allow NULL in pthread_mutex_lock/unlock.
Christopher Ferris
2015-06-09
1
-0
/
+34
*
Remove pthread_detach_no_leak test.
Yabin Cui
2015-05-18
1
-36
/
+0
*
Move pthread_atfork_dlclose test out of static lib
Dmitriy Ivanov
2015-05-06
1
-57
/
+0
*
Merge "Fix POSIX timer thread naming."
Elliott Hughes
2015-04-25
1
-1
/
+3
|
\
|
*
Fix POSIX timer thread naming.
Elliott Hughes
2015-04-25
1
-1
/
+3
*
|
Unregister pthread_atfork handlers on dlclose()
Dmitriy Ivanov
2015-04-24
1
-9
/
+68
|
/
*
Revert "Unregister pthread_atfork handlers on dlclose()"
Dimitry Ivanov
2015-04-24
1
-68
/
+9
*
Unregister pthread_atfork handlers on dlclose()
Dmitriy Ivanov
2015-04-22
1
-9
/
+68
*
Merge "Prevent using static-allocated pthread keys before creation."
Yabin Cui
2015-04-14
1
-0
/
+13
|
\
|
*
Prevent using static-allocated pthread keys before creation.
Yabin Cui
2015-04-14
1
-0
/
+13
*
|
Provide writer preference option in rwlock.
Yabin Cui
2015-04-08
1
-2
/
+136
|
/
*
Fix bug for recursive/errorcheck mutex on 32-bit devices.
Yabin Cui
2015-04-03
1
-13
/
+40
*
Merge "Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices."
Yabin Cui
2015-04-02
1
-2
/
+5
|
\
|
*
Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices.
Yabin Cui
2015-04-01
1
-2
/
+5
*
|
Make ThreadLocalBuffer a class rather than a macro.
Elliott Hughes
2015-03-31
1
-2
/
+1
|
/
*
Merge "Revert "Cause Fatal error when invalid pthread_id is detected.""
Yabin Cui
2015-03-26
1
-39
/
+7
|
\
|
*
Revert "Cause Fatal error when invalid pthread_id is detected."
Yabin Cui
2015-03-26
1
-39
/
+7
*
|
Hide internal of pthread_mutex_t.
Yabin Cui
2015-03-25
1
-50
/
+82
|
/
*
Cause Fatal error when invalid pthread_id is detected.
Yabin Cui
2015-03-25
1
-7
/
+39
*
Add test for pthread types alignment check.
Yabin Cui
2015-03-20
1
-0
/
+58
*
Return EINVAL when calling pthread_detach for joined thread.
Yabin Cui
2015-03-19
1
-1
/
+4
*
Merge "Remove duplication in pthread_mutex.cpp."
Yabin Cui
2015-03-17
1
-17
/
+79
|
\
|
*
Remove duplication in pthread_mutex.cpp.
Yabin Cui
2015-03-12
1
-17
/
+79
*
|
Remove obsolete test_isolated wrapper function
Dmitriy Ivanov
2015-03-16
1
-15
/
+12
*
|
Hide content of pthread_cond_t in pthread_cond_internal_t.
Yabin Cui
2015-03-16
1
-5
/
+67
|
/
*
Switch pthread_rwlock_t to stdatomic.
Yabin Cui
2015-03-04
1
-0
/
+75
*
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
[next]