Searched refs:safe_stack (Results 1 – 5 of 5) sorted by relevance
| /third_party/ulib/musl/src/env/ |
| A D | __libc_start_main.c | 56 p->td->safe_stack.iov_base, in start_main() 57 p->td->safe_stack.iov_len); in start_main() 177 [base]"r"(p.td->safe_stack.iov_base), in __libc_start_main() 178 [len]"r"(p.td->safe_stack.iov_len), in __libc_start_main() 185 [base]"r"(p.td->safe_stack.iov_base), in __libc_start_main() 186 [len]"r"(p.td->safe_stack.iov_len), in __libc_start_main()
|
| /third_party/ulib/musl/pthread/ |
| A D | pthread_getattr_np.c | 9 a->_a_stackaddr = t->safe_stack.iov_base; in pthread_getattr_np() 10 a->_a_stacksize = t->safe_stack.iov_len; in pthread_getattr_np()
|
| A D | pthread_create.c | 72 new->safe_stack.iov_base, new->safe_stack.iov_len); in __pthread_create() 87 (uintptr_t)new->safe_stack.iov_base, in __pthread_create() 88 new->safe_stack.iov_len, start, new); in __pthread_create()
|
| /third_party/ulib/musl/src/internal/ |
| A D | threads_impl.h | 54 struct iovec safe_stack, safe_stack_region; member
|
| /third_party/ulib/musl/src/thread/ |
| A D | allocate.c | 194 &td->safe_stack, &td->safe_stack_region)) { in __allocate_thread()
|
Completed in 6 milliseconds