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

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

Completed in 80 milliseconds