#include <inttypes.h>
#include <unistd.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <pthread.h>
#include <stdlib.h>
#include <stdio.h>
#include "debug.h"
#include "tests.h"
#include "machine.h"
#include "thread_map.h"
#include "symbol.h"
#include "thread.h"
#include "util.h"
Go to the source code of this file.
◆ THREADS
◆ synth_cb
◆ mmap_events()
static int mmap_events |
( |
synth_cb |
synth | ) |
|
|
static |
◆ synth_all()
static int synth_all |
( |
struct machine * |
machine | ) |
|
|
static |
◆ synth_process()
static int synth_process |
( |
struct machine * |
machine | ) |
|
|
static |
◆ test__mmap_thread_lookup()
int test__mmap_thread_lookup |
( |
struct test *test |
__maybe_unused, |
|
|
int subtest |
__maybe_unused |
|
) |
| |
◆ thread_create()
static int thread_create |
( |
int |
i | ) |
|
|
static |
◆ thread_fn()
static void* thread_fn |
( |
void * |
arg | ) |
|
|
static |
◆ thread_init()
◆ threads_create()
static int threads_create |
( |
void |
| ) |
|
|
static |
◆ threads_destroy()
static int threads_destroy |
( |
void |
| ) |
|
|
static |
◆ go_away
◆ threads