API Reference > OdApc Classes > OdApcLoopedGateway Class
OdApcLoopedGateway Class
OdApcLoopedGatewayOdApcLoopedGateway
Syntax
C++
class OdApcLoopedGateway : public OdRxObject;

RxThreadPoolService.h

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

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