before formatting
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
ullong run_us, run_count;
|
||||
};
|
||||
|
||||
// clang-format off
|
||||
void threadNew (PIThread * t);
|
||||
void threadDelete (PIThread * t);
|
||||
void threadStart (PIThread * t);
|
||||
@@ -51,10 +52,10 @@ public:
|
||||
void threadWait (PIThread * t);
|
||||
void threadStop (PIThread * t);
|
||||
void threadRunDone(PIThread * t, ullong us);
|
||||
// clang-format on
|
||||
|
||||
PIMap<PIThread*, ThreadInfo> threads;
|
||||
PIMap<PIThread *, ThreadInfo> threads;
|
||||
PIMutex mutex;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user