index
:
android_bionic
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
/
pthread_exit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix possible leak in pthread_detach.
Yabin Cui
2015-01-15
1
-0
/
+3
*
Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK.
Yabin Cui
2015-01-06
1
-14
/
+9
*
Reserve enough user request stack space in pthread_create.
Yabin Cui
2015-01-02
1
-1
/
+1
*
Use mmap to create the pthread_internal_t
Yabin Cui
2014-12-19
1
-15
/
+11
*
Use mmap to create the pthread_internal_t.
Yabin Cui
2014-12-02
1
-6
/
+0
*
Revert "Use mmap to create the pthread_internal_t."
Nicolas Geoffray
2014-11-26
1
-4
/
+6
*
Use mmap to create the pthread_internal_t.
Yabin Cui
2014-11-25
1
-6
/
+4
*
Do a second key cleanup in pthread_exit.
Christopher Ferris
2014-08-06
1
-0
/
+6
*
Only wipe TLS for user-supplied stacks.
Elliott Hughes
2014-07-30
1
-1
/
+1
*
Add some missing __noreturn attributes.
Elliott Hughes
2014-05-30
1
-5
/
+2
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
1
-2
/
+2
*
Remove the bogus exit status from _exit_with_stack_teardown.
Elliott Hughes
2013-12-21
1
-2
/
+2
*
Clarify a comment.
Elliott Hughes
2013-12-11
1
-3
/
+3
*
Do not clear tids on detached threads.
Christopher Ferris
2013-12-06
1
-0
/
+4
*
Fix pthread_join.
Elliott Hughes
2013-11-18
1
-14
/
+7
*
Prepare to switch to the uapi <linux/signal.h>.
Elliott Hughes
2013-11-07
1
-0
/
+1
*
<pthread.h> fixes and pthread cleanup.
Elliott Hughes
2013-10-31
1
-0
/
+135