|
Barrelfish
|
Interface Definition: Flounder base definitions. More...
Macros | |
| #define | NOP_CONT NOP_CLOSURE |
| No-op continuation, to be passed to message send functions. | |
| #define | MKCONT(h, a) MKCLOSURE(h,a) |
| Utility macro to construct a continuation structure (handler & arg) | |
Functions | |
| void | blocking_cont (void *v) |
| Blocking continuation, block until a sending completes. More... | |
Interface Definition: Flounder base definitions.
| void blocking_cont | ( | void * | v | ) |
Blocking continuation, block until a sending completes.
Blocking continuation, block until a sending completes.
1.8.11