issue#I5KOL1 Use pthread_cond_timedwait instead of pthread_cond_wait to handle
m_readySessionList when all workers are idle
This commit is contained in:
@ -52,6 +52,7 @@ public:
|
||||
void ReaperAllSession();
|
||||
void ShutDown() const;
|
||||
bool GetSessIshang(instr_time* current_time, uint64* sessionId);
|
||||
bool hasNoReadySession();
|
||||
|
||||
inline ThreadPoolGroup* GetGroup()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user