Go to the source code of this file.
Macros | |
#define | NUM_THREADS (20 * 1000) |
Functions | |
BENCHMARK_IMPL (thread_create) | |
static void | thread_entry (void *arg) |
Variables | |
static volatile int | num_threads |
#define NUM_THREADS (20 * 1000) |
Definition at line 28 of file benchmark-thread.c.
BENCHMARK_IMPL | ( | thread_create | ) |
Definition at line 40 of file benchmark-thread.c.
|
static |
Definition at line 33 of file benchmark-thread.c.
|
static |
Definition at line 30 of file benchmark-thread.c.