|
Linux Kernel
3.7.1
|
#include "../perf.h"#include "../util/util.h"#include "../util/parse-options.h"#include "../builtin.h"#include "bench.h"#include <pthread.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <unistd.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/wait.h>#include <sys/time.h>#include <sys/poll.h>#include <limits.h>Go to the source code of this file.
Data Structures | |
| struct | sender_context |
| struct | receiver_context |
Macros | |
| #define | DATASIZE 100 |
Functions | |
| int | bench_sched_messaging (int argc, const char **argv, const char *prefix __maybe_unused) |
| #define DATASIZE 100 |
Definition at line 32 of file sched-messaging.c.
1.8.2