axp.c File Reference
#include <stdarg.h>
#include "qt.h"
Go to the source code of this file.
Define Documentation
| #define QUICKTHREADS_VADJ |
( |
sp |
|
) |
(((char *)sp) - QUICKTHREADS_VSTKBASE) |
Definition at line 63 of file axp.c.
| #define QUICKTHREADS_VARGS_MD0 |
( |
sp, |
|
|
vabytes |
|
) |
((qt_t *)(((char *)(sp)) - 6*2*8 - QUICKTHREADS_STKROUNDUP(vabytes))) |
Definition at line 65 of file axp.c.
| #define QUICKTHREADS_VARGS_MD1 |
( |
sp |
|
) |
(QUICKTHREADS_SPUT (sp, QUICKTHREADS_R26, qt_vstart)) |
Definition at line 69 of file axp.c.
Function Documentation
Definition at line 90 of file axp.c.