Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
198d13e8c25e69f7dbda3f5e1a3258b13fe8db5d
/
libc
/
bionic
/
pthread_create.cpp
eeb6b57
Name the thread stack and signal stack guard pages.
by Elliott Hughes
· 10 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
799cb35
Fix in error handling in pthread_create.cpp.
by Yabin Cui
· 10 years ago
93d44ff
Merge "Let g_thread_list_lock only protect g_thread_list."
by Yabin Cui
· 10 years ago
673b15e
Let g_thread_list_lock only protect g_thread_list.
by Yabin Cui
· 10 years ago
a2db50d
Fix alignment error for pthread_internal_t/pthread stack.
by Yabin Cui
· 10 years ago
58cf31b
Make pthread join_state not protected by g_thread_list_lock.
by Yabin Cui
· 10 years ago
5e2bd71
Refactor pthread_key.cpp to be lock-free.
by Yabin Cui
· 10 years ago
05fc1d7
Add missing includes.
by Elliott Hughes
· 10 years ago
8b5df39
Turn on -Wold-style-cast and fix the errors.
by Elliott Hughes
· 10 years ago
917d390
Make pthread stack size match real range.
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
· 10 years ago
6c238f2
Fix pthread key num calculation.
by Yabin Cui
· 10 years ago
8574a06
Use mmap to create the pthread_internal_t.
by Yabin Cui
· 10 years ago
5b8ceff
Revert "Use mmap to create the pthread_internal_t."
by Nicolas Geoffray
· 10 years ago
cc5f654
Use mmap to create the pthread_internal_t.
by Yabin Cui
· 10 years ago
40a5217
Only wipe TLS for user-supplied stacks.
by Elliott Hughes
· 11 years ago
e959a3b
Remove the global lock around thread stack creation.
by Elliott Hughes
· 11 years ago
e0f25dd
Remove the obsolete _thread_created_hook.
by Elliott Hughes
· 11 years ago
7086ad6
Cache getpid.
by Elliott Hughes
· 11 years ago
03eebcb
Move common macros into bionic_macros.h.
by Christopher Ferris
· 11 years ago
b30aff4
Revert "Revert "Lose the hand-written futex assembler.""
by Elliott Hughes
· 11 years ago
cd46104
Fix a typo in the big g_ search/replace.
by Elliott Hughes
· 11 years ago
1728b23
Switch to g_ for globals.
by Elliott Hughes
· 11 years ago
0d236aa
Align the child stack in clone(2).
by Elliott Hughes
· 11 years ago
b676aaf
Remove unnecessary #includes.
by Elliott Hughes
· 11 years ago
f2cea02
Clean up <stdio.h> macros.
by Elliott Hughes
· 11 years ago
af8aebe
Move _thread_created_hook to where it belongs.
by Elliott Hughes
· 11 years ago
8090614
Work around CLONE_SETTLS being weird on x86.
by Elliott Hughes
· 11 years ago
cef3fae
Clean up pthread_internal_t.
by Elliott Hughes
· 11 years ago
877ec6d
Fix pthread_join.
by Elliott Hughes
· 12 years ago
e48b685
Clean up the pthread_create trampoline.
by Elliott Hughes
· 12 years ago
70b24b1
Switch pthread_create over to __bionic_clone.
by Elliott Hughes
· 12 years ago
c3f1140
<pthread.h> fixes and pthread cleanup.
by Elliott Hughes
· 12 years ago
2b6e43e
Explain the sigprocmask in pthread_exit.
by Elliott Hughes
· 12 years ago
98624c3
Make pthread_create report sched_setscheduler failures on LP64.
by Elliott Hughes
· 12 years ago
eb847bc
Fix x86_64 build, clean up intermediate libraries.
by Elliott Hughes
· 12 years ago
2a0b873
Fix __errno for LP64 and clean up __get_tls.
by Elliott Hughes
· 12 years ago
84114c8
Improve stack overflow diagnostics (take 2).
by Elliott Hughes
· 12 years ago
d14dc3b
Revert "Improve stack overflow diagnostics."
by Guang Zhu
· 12 years ago
aa754dc
Improve stack overflow diagnostics.
by Elliott Hughes
· 12 years ago
b95cf0d
Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacksize.
by Elliott Hughes
· 12 years ago
0f020d1
Handles spurious wake-ups in pthread_join()
by msg555
· 12 years ago
cfa089d
Extra logging in pthread_create.
by Elliott Hughes
· 12 years ago
8f2a5a0
Clean up internal libc logging.
by Elliott Hughes
· 12 years ago
40eabe2
Fix the pthread_setname_np test.
by Elliott Hughes
· 12 years ago
4b4a882
Clean up pthread_create.
by Elliott Hughes
· 12 years ago