Go to the source code of this file.
Data Structures | |
struct | switch_threads_frame |
struct | switch_entry_frame |
Defines | |
#define | SWITCH_CUR 20 |
#define | SWITCH_NEXT 24 |
Functions | |
struct thread * | switch_threads (struct thread *cur, struct thread *next) |
void | switch_entry (void) |
void | switch_thunk (void) |
void switch_entry | ( | void | ) |
Referenced by print_stacktrace(), and thread_create().
Referenced by schedule().
void switch_thunk | ( | void | ) |