
Public Member Functions | |
| rpt_cond () | |
| void | wait () |
| void | wake () |
Private Member Functions | |
| bool | dec_and_del () |
Private Attributes | |
| Basics::cond | cond |
| int | count |
Definition at line 118 of file ApplyCache.C.
| rpt_cond::rpt_cond | ( | ) | [inline] |
| bool rpt_cond::dec_and_del | ( | ) | [inline, private] |
Definition at line 121 of file ApplyCache.C.
References count.
Referenced by wait(), and wake().
Here is the caller graph for this function:

| void rpt_cond::wait | ( | ) | [inline] |
Definition at line 132 of file ApplyCache.C.
References cond, count, dec_and_del(), and Basics::cond::wait().
Referenced by WaitForDuplicateEval().
Here is the call graph for this function:

Here is the caller graph for this function:

| void rpt_cond::wake | ( | ) | [inline] |
Definition at line 137 of file ApplyCache.C.
References Basics::cond::broadcast(), cond, and dec_and_del().
Referenced by WakeWaitingEvals().
Here is the call graph for this function:

Here is the caller graph for this function:

Basics::cond rpt_cond::cond [private] |
int rpt_cond::count [private] |
1.5.1