You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
This commit is contained in:
committed by
Jo Shields
parent
183bba2c9a
commit
6992685b86
@ -347,7 +347,7 @@ namespace System.Threading
|
||||
list.RemoveAt (i);
|
||||
count--;
|
||||
i--;
|
||||
ThreadPool.QueueWorkItem (TimerCB, timer);
|
||||
ThreadPool.UnsafeQueueUserWorkItem (TimerCB, timer);
|
||||
long period = timer.period_ms;
|
||||
long due_time = timer.due_time_ms;
|
||||
bool no_more = (period == -1 || ((period == 0 || period == Timeout.Infinite) && due_time != Timeout.Infinite));
|
||||
|
Reference in New Issue
Block a user