|
CGraph
|
#include <GStage.h>


Private Member Functions | |
| GStage ()=default | |
| GStage * | setThreshold (CInt threshold) |
| CVoid | waiting () |
Private Attributes | |
| CInt | threshold_ { 0 } |
| CInt | cur_value_ { 0 } |
| UCvMutex | locker_ |
| std::mutex | waiting_mutex_ |
Friends | |
| class | GStageManager |
| class | CAllocator |
Additional Inherited Members | |
Public Member Functions inherited from CObject | |
| CObject ()=default | |
| virtual CStatus | init () |
| virtual CStatus | destroy () |
| virtual | ~CObject ()=default |
|
privatedefault |
|
inlineprivate |
进入等待区域
|
friend |
|
friend |
|
private |
|
private |
|
private |
|
private |