mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-02 02:38:22 +02:00
tidy round1
This commit is contained in:
@@ -18,10 +18,10 @@ namespace sta {
|
||||
|
||||
class DispatchQueue
|
||||
{
|
||||
typedef std::function<void(int thread)> fp_t;
|
||||
using fp_t = std::function<void(int thread)>;
|
||||
|
||||
public:
|
||||
DispatchQueue(size_t thread_cnt);
|
||||
DispatchQueue(size_t thread_count);
|
||||
~DispatchQueue();
|
||||
void setThreadCount(size_t thread_count);
|
||||
size_t getThreadCount() const;
|
||||
@@ -49,4 +49,4 @@ private:
|
||||
bool quit_ = false;
|
||||
};
|
||||
|
||||
} // namespace
|
||||
} // namespace sta
|
||||
|
||||
Reference in New Issue
Block a user