RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Functions
testparallel.c File Reference
#include <rtems/test.h>
#include <rtems/score/assert.h>
#include <rtems.h>
Include dependency graph for testparallel.c:

Data Structures

struct  worker_arg
 

Functions

void rtems_test_parallel (rtems_test_parallel_context *ctx, rtems_test_parallel_worker_setup worker_setup, const rtems_test_parallel_job *jobs, size_t job_count)
 Runs a bunch of jobs in parallel on all processors of the system. More...