mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-28 01:04:41 +08:00
Prevent crash on exited thread
This commit is contained in:
parent
9d3824fb50
commit
4cb7d90e49
@ -686,7 +686,7 @@ bool ProfileManager::checkThreadExpired(ThreadStorage& _registeredThread)
|
|||||||
return false;
|
return false;
|
||||||
#else
|
#else
|
||||||
|
|
||||||
return pthread_kill(_registeredThread.pthread_id, 0) != 0;
|
return false;//pthread_kill(_registeredThread.pthread_id, 0) != 0;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user