#include <countdown_latch.h>
◆ CountDownLatch()
| CountDownLatch::CountDownLatch |
( |
const unsigned int |
count | ) |
|
|
inlineexplicit |
◆ ~CountDownLatch()
| virtual CountDownLatch::~CountDownLatch |
( |
| ) |
|
|
virtualdefault |
◆ await()
| void CountDownLatch::await |
( |
| ) |
|
◆ countDown()
| void CountDownLatch::countDown |
( |
| ) |
|
◆ getCount()
| unsigned int CountDownLatch::getCount |
( |
| ) |
|
◆ m_count
| unsigned int CountDownLatch::m_count = 0 |
|
protected |
◆ m_cv
| std::condition_variable CountDownLatch::m_cv |
|
protected |
◆ m_mutex
| std::mutex CountDownLatch::m_mutex |
|
protected |
该类的文档由以下文件生成: