Searched refs:thread_read_stack (Results 1 – 1 of 1) sorted by relevance
1326 static zx_status_t thread_read_stack(thread_t* t, void* ptr, void* out, size_t sz) { in thread_read_stack() function1349 if (thread_read_stack(t, static_cast<char*>(fp) + 8, &pc, sizeof(void*))) { in thread_get_backtrace()1353 if (thread_read_stack(t, fp, &fp, sizeof(void*))) { in thread_get_backtrace()
Completed in 6 milliseconds