simple multi threading test
This commit is contained in:
11
examples/MultiThreading/MultiThreadingExample.h
Normal file
11
examples/MultiThreading/MultiThreadingExample.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef MULTI_THREADING_EXAMPLE_H
|
||||
#define MULTI_THREADING_EXAMPLE_H
|
||||
|
||||
enum EnumMultiThreadingExampleTypes
|
||||
{
|
||||
SINGLE_SIM_THREAD=0,
|
||||
};
|
||||
|
||||
class CommonExampleInterface* MultiThreadingExampleCreateFunc(struct CommonExampleOptions& options);
|
||||
|
||||
#endif //MULTI_THREADING_EXAMPLE_H
|
||||
Reference in New Issue
Block a user