git-svn-id: svn://db.shs.com.ru/pip@807 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -34,12 +34,14 @@ public:
|
||||
sRunning,
|
||||
sWaiting,
|
||||
};
|
||||
|
||||
struct ThreadInfo {
|
||||
ThreadInfo();
|
||||
PIString name;
|
||||
int id;
|
||||
PIString classname, name;
|
||||
int id, delay;
|
||||
ThreadState state;
|
||||
short priority;
|
||||
ullong run_us, run_count;
|
||||
};
|
||||
|
||||
void threadNew (PIThread * t);
|
||||
|
||||
Reference in New Issue
Block a user