|
Serene Runtime 1.0.0
C runtime for the Serene programming language
|
Go to the source code of this file.
Macros | |
| #define | TASK_COUNT 16 |
Functions | |
| static srn_fiber_result_t | task (srn_context_t *ctx, void *arg) |
| static srn_fiber_result_t | controller (srn_context_t *ctx, void *arg) |
| int | main (void) |
Variables | |
| static int | ok |
| static atomic_int | tasks_ran |
| #define TASK_COUNT 16 |
Definition at line 43 of file 06_request_term.c.
|
static |
Definition at line 54 of file 06_request_term.c.
| int main | ( | void | ) |
Definition at line 65 of file 06_request_term.c.
|
static |
|
static |
Definition at line 41 of file 06_request_term.c.
|
static |
Definition at line 45 of file 06_request_term.c.