Home
last modified time | relevance | path

Searched refs:safe_stack_region (Results 1 – 3 of 3) sorted by relevance

/third_party/ulib/musl/src/thread/
A Dallocate.c194 &td->safe_stack, &td->safe_stack_region)) { in __allocate_thread()
205 (uintptr_t)td->safe_stack_region.iov_base, in __allocate_thread()
206 td->safe_stack_region.iov_len); in __allocate_thread()
/third_party/ulib/musl/pthread/
A Dpthread_create.c104 deallocate_region(&new->safe_stack_region); in __pthread_create()
114 deallocate_region(&self->safe_stack_region); in final_exit()
/third_party/ulib/musl/src/internal/
A Dthreads_impl.h54 struct iovec safe_stack, safe_stack_region; member

Completed in 6 milliseconds