Public Member Functions | |
int | Get () const |
void | Increment () |
ThreadSafeCounter () | |
void | WaitUntilGreaterOrEqual (int n) |
Private Attributes | |
int | count_ |
Mutex | mutex_ |
Definition at line 26 of file notification_test.cc.
|
inline |
Definition at line 28 of file notification_test.cc.
|
inline |
Definition at line 35 of file notification_test.cc.
|
inline |
Definition at line 30 of file notification_test.cc.
|
inline |
Definition at line 40 of file notification_test.cc.
|
private |
Definition at line 48 of file notification_test.cc.
|
mutableprivate |
Definition at line 47 of file notification_test.cc.