FACT++  1.0
void * DimCurrentInfo::getData ( )

Definition at line 451 of file diccpp.cxx.

References dim_wait(), and DimInfo::itsData.

452 {
453  while(!wakeUp)
454  {
455 #ifdef __VMS
456  sys$hiber();
457 #else
458  dim_wait();
459 #endif
460  }
461  return this->itsData;
462 }
int wakeUp
Definition: dic.hxx:297
int dim_wait(void)
Definition: dim_thr.c:409
void * itsData
Definition: dic.hxx:293

+ Here is the call graph for this function: