shenweip
44660bd9ae
Change async priority to current thread'priority if priority = -1.
2020-01-03 14:33:32 +08:00
shenweip
28bfc4c05d
Avoid thread queue out of range by a offset.
...
This case will happen if thread priority is -1.
2020-01-02 16:03:48 +08:00
Unknown W. Brackets
4fc12cdd29
ThreadEvent: Handle getting scheduled off a thread.
2016-05-29 00:59:52 -07:00
Unknown W. Brackets
97cce6ccfe
ThreadEvent: Trigger handlers for start/exit too.
...
Start isn't in the right place or on the right thread, and exit isn't on
the right thread either. But these don't seem very particular about what
thread they run on.
2016-05-28 21:19:28 -07:00
Unknown W. Brackets
c03b163537
Move ThreadQueueList to a separate file.
...
Not reused anywhere, but just so it's a little cleaner.
2015-09-12 13:03:15 -07:00