Home | History | Annotate | Download | only in runtime

Lines Matching defs:stack_addr

1224   void* stack_addr = pthread_get_stackaddr_np(thread);
1226 // Check whether stack_addr is the base or end of the stack.
1229 if (stack_addr > &stack_variable) {
1230 *stack_base = reinterpret_cast<uint8_t*>(stack_addr) - *stack_size;
1232 *stack_base = stack_addr;