FACT++  1.0
int DimTimer::stop ( )

Definition at line 39 of file dimcpp.cxx.

References dtq_stop_timer(), firedFlag, and runningFlag.

Referenced by DimRpcInfo::doIt(), rpc_user_routine(), and ~DimTimer().

40 {
41  firedFlag = 0;
42  runningFlag = 0;
43  return dtq_stop_timer(this);
44 }
int runningFlag
Definition: dim.hxx:24
int dtq_stop_timer(dim_long tag)
Definition: dtq.c:806
int firedFlag
Definition: dim.hxx:23

+ Here is the call graph for this function:

+ Here is the caller graph for this function: