|
Serene Runtime 1.0.0
C runtime for the Serene programming language
|
Go to the source code of this file.
Macros | |
| #define | FIBER_COUNT 1000 |
| #define | WORKER_COUNT 4 |
Functions | |
| static srn_fiber_result_t | increment (srn_context_t *ctx, void *arg) |
| int | main (void) |
Variables | |
| static int | ok |
| static atomic_int | total |
| #define FIBER_COUNT 1000 |
Definition at line 39 of file 05_parallel.c.
| #define WORKER_COUNT 4 |
Definition at line 40 of file 05_parallel.c.
|
static |
Definition at line 44 of file 05_parallel.c.
| int main | ( | void | ) |
Definition at line 52 of file 05_parallel.c.
|
static |
Definition at line 37 of file 05_parallel.c.
|
static |
Definition at line 42 of file 05_parallel.c.