Function origin::thread_stack[][src]

pub unsafe fn thread_stack(thread: *mut Thread) -> (*mut c_void, usize, usize)
Expand description

Return the current thread’s stack address (lowest address), size, and guard size.

Safety

thread must point to a valid and live thread record.