Go to the source code of this file.
Macro Definition Documentation
#define CR_CONTEXT_END |
( |
|
cntx | ) |
} |
#define CR_CONTEXT_ERROR |
( |
|
cr, |
|
|
|
error |
|
) |
| |
Value:do {\
return (error);\
} while (0)
Definition at line 215 of file context.h.
#define CR_CONTEXT_INIT_VALUE 0 |
#define CR_CONTEXT_RESET_AND_RETURN |
( |
|
cntx | ) |
|
#define CR_CONTEXT_RESTORE |
( |
|
cntx | ) |
switch(cntx) { case 0: |
#define CR_CONTEXT_SAVE_AND_RETURN |
( |
|
cntx | ) |
|
Value:do {\
case __LINE__:;\
} while (0)
Definition at line 207 of file context.h.
#define CR_ERROR |
( |
|
context | ) |
(context < 0) |
#define CR_EXECUTING |
( |
|
context | ) |
(context > 0) |
#define CR_EXITED |
( |
|
context | ) |
(context == 0) |
#define CR_WAIT |
( |
|
cr, |
|
|
|
condition |
|
) |
| |
Value:
CR_CONTEXT_RETURN \
} \
\
} while (0)
Definition at line 223 of file context.h.
Typedef Documentation