FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
DimCurrentInfo::wakeUp
int wakeUp
Definition:
dic.hxx:297
dim_wait
int dim_wait(void)
Definition:
dim_thr.c:409
DimCurrentInfo::itsData
void * itsData
Definition:
dic.hxx:293
Here is the call graph for this function:
DimCurrentInfo
Generated on Sun Sep 18 2016 20:50:47 for FACT++ by
1.8.11