API Reference > OdApc Classes > OdApcGateway Class
OdApcGateway Class
OdApcGatewayOdApcGateway
Syntax
C++
class OdApcGateway : public OdRxObject;

RxThreadPoolService.h

This interface represents APC framework check point. Corresponding C++ library: TD_DbRoot

 
Name 
Description 
 
Controlled thread locks while passing through check point. When specified number of controlled threads enters sync point, event is triggered. See OdApcSyncPoint::wait(). 
 
Controlled thread enters sync point by calling this method. Controlled thread is blocked inside this method until controlling thread calls unlock(). 
 
Controlled thread unlocks while passing through sync point. 
 
Controlled thread waits until number of threads specified by last call to lock() enters sync point. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.