index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
/
pthread_create.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert "add guard pages to the internal signal stacks""
Yabin Cui
2015-03-30
1
-5
/
+12
*
Revert "add guard pages to the internal signal stacks"
Elliott Hughes
2015-03-31
1
-12
/
+6
*
add guard pages to the internal signal stacks
Daniel Micay
2015-03-30
1
-6
/
+12
*
Fix in error handling in pthread_create.cpp.
Yabin Cui
2015-03-25
1
-0
/
+1
*
Merge "Let g_thread_list_lock only protect g_thread_list."
Yabin Cui
2015-03-24
1
-7
/
+3
|
\
|
*
Let g_thread_list_lock only protect g_thread_list.
Yabin Cui
2015-03-23
1
-7
/
+3
*
|
Fix alignment error for pthread_internal_t/pthread stack.
Yabin Cui
2015-03-20
1
-5
/
+6
|
/
*
Make pthread join_state not protected by g_thread_list_lock.
Yabin Cui
2015-03-12
1
-1
/
+7
*
Refactor pthread_key.cpp to be lock-free.
Yabin Cui
2015-03-03
1
-2
/
+3
*
Add missing includes.
Elliott Hughes
2015-01-28
1
-0
/
+1
*
Turn on -Wold-style-cast and fix the errors.
Elliott Hughes
2015-01-21
1
-1
/
+1
*
Make pthread stack size match real range.
Yabin Cui
2015-01-08
1
-0
/
+1
*
Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK.
Yabin Cui
2015-01-06
1
-26
/
+27
*
Reserve enough user request stack space in pthread_create.
Yabin Cui
2015-01-02
1
-10
/
+16
*
Use mmap to create the pthread_internal_t
Yabin Cui
2014-12-19
1
-38
/
+53
*
Fix pthread key num calculation.
Yabin Cui
2014-12-12
1
-1
/
+1
*
Use mmap to create the pthread_internal_t.
Yabin Cui
2014-12-02
1
-4
/
+3
*
Revert "Use mmap to create the pthread_internal_t."
Nicolas Geoffray
2014-11-26
1
-3
/
+4
*
Use mmap to create the pthread_internal_t.
Yabin Cui
2014-11-25
1
-4
/
+3
*
Only wipe TLS for user-supplied stacks.
Elliott Hughes
2014-07-30
1
-5
/
+5
*
Remove the global lock around thread stack creation.
Elliott Hughes
2014-07-10
1
-4
/
+0
*
Remove the obsolete _thread_created_hook.
Elliott Hughes
2014-07-09
1
-15
/
+0
*
Cache getpid.
Elliott Hughes
2014-06-20
1
-0
/
+3
*
Move common macros into bionic_macros.h.
Christopher Ferris
2014-06-18
1
-2
/
+3
*
Revert "Revert "Lose the hand-written futex assembler.""
Elliott Hughes
2014-05-28
1
-11
/
+9
*
Fix a typo in the big g_ search/replace.
Elliott Hughes
2014-05-14
1
-2
/
+2
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
1
-4
/
+4
*
Align the child stack in clone(2).
Elliott Hughes
2014-05-09
1
-15
/
+14
*
Remove unnecessary #includes.
Elliott Hughes
2014-04-10
1
-1
/
+0
*
Clean up <stdio.h> macros.
Elliott Hughes
2014-03-13
1
-5
/
+3
*
Move _thread_created_hook to where it belongs.
Elliott Hughes
2014-01-14
1
-5
/
+4
*
Work around CLONE_SETTLS being weird on x86.
Elliott Hughes
2013-11-26
1
-0
/
+11
*
Clean up pthread_internal_t.
Elliott Hughes
2013-11-19
1
-10
/
+13
*
Fix pthread_join.
Elliott Hughes
2013-11-18
1
-11
/
+14
*
Clean up the pthread_create trampoline.
Elliott Hughes
2013-11-15
1
-2
/
+27
*
Switch pthread_create over to __bionic_clone.
Elliott Hughes
2013-11-15
1
-15
/
+15
*
<pthread.h> fixes and pthread cleanup.
Elliott Hughes
2013-10-31
1
-2
/
+1
*
Explain the sigprocmask in pthread_exit.
Elliott Hughes
2013-10-29
1
-2
/
+2
*
Make pthread_create report sched_setscheduler failures on LP64.
Elliott Hughes
2013-10-15
1
-2
/
+4
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
1
-27
/
+1
*
Fix __errno for LP64 and clean up __get_tls.
Elliott Hughes
2013-10-09
1
-0
/
+2
*
Improve stack overflow diagnostics (take 2).
Elliott Hughes
2013-07-17
1
-3
/
+20
*
Revert "Improve stack overflow diagnostics."
Guang Zhu
2013-07-17
1
-18
/
+3
*
Improve stack overflow diagnostics.
Elliott Hughes
2013-07-16
1
-3
/
+18
*
Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacks...
Elliott Hughes
2013-07-15
1
-12
/
+19
*
Handles spurious wake-ups in pthread_join()
msg555
2013-06-12
1
-1
/
+0
*
Extra logging in pthread_create.
Elliott Hughes
2013-03-29
1
-0
/
+3
*
Clean up internal libc logging.
Elliott Hughes
2013-03-15
1
-2
/
+1
*
Fix the pthread_setname_np test.
Elliott Hughes
2013-02-15
1
-21
/
+20
*
Clean up pthread_create.
Elliott Hughes
2013-02-12
1
-0
/
+232