#include <bsapi.h>
Inheritance diagram for SMulticoreI:

Public Member Functions | |
| virtual int BSAPI_METHOD | GetNCores ()=0 |
| Returns the number of threads which have been set. | |
| virtual bool BSAPI_METHOD | WaitForComplete ()=0 |
| Stops processing in main thread until finishing of all asynchronous threads. | |
| virtual int BSAPI_METHOD SMulticoreI::GetNCores | ( | ) | [pure virtual] |
Returns the number of threads which have been set.
| virtual bool BSAPI_METHOD SMulticoreI::WaitForComplete | ( | ) | [pure virtual] |
Stops processing in main thread until finishing of all asynchronous threads.
1.4.7