| 
    NAMD
    
   | 
 
#include <Sync.h>
  
 Public Member Functions | |
| Sync (void) | |
| ~Sync (void) | |
| void | openSync () | 
| int | holdComputes (PatchID pid, Compute **cbegin, Compute **cend, int doneMigration, int seq) | 
| void | PatchReady (void) | 
Static Public Member Functions | |
| static Sync * | Object () | 
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
| Sync::Sync | ( | void | ) | 
Definition at line 42 of file Sync.C.
References eventHoldComputes, eventReleaseComputes, and NAMD_bug().
| int Sync::holdComputes | ( | PatchID | pid, | 
| Compute ** | cbegin, | ||
| Compute ** | cend, | ||
| int | doneMigration, | ||
| int | seq | ||
| ) | 
Definition at line 103 of file Sync.C.
References eventHoldComputes, and PatchMap::Object().
      
  | 
  inlinestatic | 
Definition at line 52 of file Sync.h.
Referenced by Patch::positionsReady(), HomePatch::positionsReady(), HomePatch::positionsReady_SOA(), LdbCoordinator::resume(), and Node::startup().
| void Sync::openSync | ( | void | ) | 
Definition at line 63 of file Sync.C.
References endi(), iINFO(), iout, PatchMap::Object(), ProxyMgr::Object(), proxyRecvSpanning, and proxySendSpanning.
Referenced by LdbCoordinator::resume(), and Node::startup().
| void Sync::PatchReady | ( | void | ) | 
Definition at line 150 of file Sync.C.
Referenced by HomePatch::positionsReady(), and HomePatch::positionsReady_SOA().
 1.8.14