|
CFx SDK Documentation
2022 SP0
|
#include <RxThreadPoolService.h>
Public Member Functions | |
| virtual void | lockByMain (OdUInt32 numThreads)=0 |
| virtual void | waitByMain ()=0 |
| virtual void | unlockByMain ()=0 |
| virtual void | passBySecondary ()=0 |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
This interface represents APC framework check point. Corresponding C++ library: TD_Db <group OdApc_Classes>
Definition at line 277 of file RxThreadPoolService.h.
Controlled thread locks while passing through check point. When specified number of controlled threads enters sync point, event is triggered. See OdApcSyncPoint::wait().
|
pure virtual |
Controlled thread enters sync point by calling this method. Controlled thread is blocked inside this method until controlling thread calls unlock().
|
pure virtual |
Controlled thread unlocks while passing through sync point.
|
pure virtual |
Controlled thread waits until number of threads specified by last call to lock() enters sync point.