#include <switch.h>
Data Fields | |
uint32_t | edi |
uint32_t | esi |
uint32_t | ebp |
uint32_t | ebx |
void(* | eip )(void) |
struct thread * | cur |
struct thread * | next |
Definition at line 7 of file switch.h.
void(* switch_threads_frame::eip)(void) |
Referenced by print_stacktrace(), and thread_create().
struct thread* switch_threads_frame::cur [read] |
struct thread* switch_threads_frame::next [read] |