Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
ad596bf4fc406c0940d0f76f6b7c4ff22ecee7ac
/
libc
/
bionic
/
pthread_exit.cpp
4b1c6e7
Better handling of sigset_t on LP32.
by Elliott Hughes
· 7 years ago
fa43252
Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols
by dimitry
· 8 years ago
d6c678c
Support larger guard regions.
by Elliott Hughes
· 8 years ago
5450f86
Fix leak of bionic TLS when threads are detached.
by Josh Gao
· 8 years ago
7484c21
Revert "Remove the global thread list."
by Elliott Hughes
· 8 years ago
b0e8c56
Remove the global thread list.
by Elliott Hughes
· 8 years ago
f86c449
If you're going to use memset...
by Elliott Hughes
· 9 years ago
2c6c953
GCC doesn't like {}, and clang doesn't like {0}...
by Elliott Hughes
· 9 years ago
6bd5cf6
Fix a structure initialisation in pthread_exit().
by Anton Kirilov
· 9 years ago
ef11500
Revert "Revert "add guard pages to the internal signal stacks""
by Yabin Cui
· 10 years ago
a3125fd
Revert "add guard pages to the internal signal stacks"
by Elliott Hughes
· 10 years ago
595752f
add guard pages to the internal signal stacks
by Daniel Micay
· 10 years ago
df79c33
Initial implementation of __cxa_thread_atexit_impl
by Dmitriy Ivanov
· 10 years ago
673b15e
Let g_thread_list_lock only protect g_thread_list.
by Yabin Cui
· 10 years ago
58cf31b
Make pthread join_state not protected by g_thread_list_lock.
by Yabin Cui
· 10 years ago
19e246d
Fix possible leak in pthread_detach.
by Yabin Cui
· 10 years ago
ba8dfc2
Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK.
by Yabin Cui
· 10 years ago
6a7aaf4
Reserve enough user request stack space in pthread_create.
by Yabin Cui
· 10 years ago
8cf1b30
Use mmap to create the pthread_internal_t
by Yabin Cui
· 11 years ago
8574a06
Use mmap to create the pthread_internal_t.
by Yabin Cui
· 11 years ago
5b8ceff
Revert "Use mmap to create the pthread_internal_t."
by Nicolas Geoffray
· 11 years ago
cc5f654
Use mmap to create the pthread_internal_t.
by Yabin Cui
· 11 years ago
e380960
Do a second key cleanup in pthread_exit.
by Christopher Ferris
· 11 years ago
40a5217
Only wipe TLS for user-supplied stacks.
by Elliott Hughes
· 11 years ago
6203e7b
Add some missing __noreturn attributes.
by Elliott Hughes
· 11 years ago
1728b23
Switch to g_ for globals.
by Elliott Hughes
· 11 years ago
2aace21
Remove the bogus exit status from _exit_with_stack_teardown.
by Elliott Hughes
· 11 years ago
960ee37
Clarify a comment.
by Elliott Hughes
· 12 years ago
101fb7d
Do not clear tids on detached threads.
by Christopher Ferris
· 12 years ago
877ec6d
Fix pthread_join.
by Elliott Hughes
· 12 years ago
61fb3fc
Prepare to switch to the uapi <linux/signal.h>.
by Elliott Hughes
· 12 years ago
c3f1140
<pthread.h> fixes and pthread cleanup.
by Elliott Hughes
· 12 years ago