examples/parallel-threads/parallel-threads.cpp File Reference

Shows how to construct a program using several processing threads. More...

#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <QVApplication>
#include <QVDefaultGUI>

Go to the source code of this file.


Detailed Description

Shows how to construct a program using several processing threads.

The application will launch several threads, which will print messages on the console.

Usage of the program.

Once compiled, the program should be used with this command line:
        ./parallel-threads

Author:
PARP Research Group. University of Murcia, Spain.

Definition in file parallel-threads.cpp.