Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This should fix couple of hundreds of Coverity detected defects.
|
|
|
|
CoroutineSchedule is a singleton, thus it should not be possible to create
a custom instance of it.
|
|
I used astyle here, which automatically removes the use of tabs in comments.
|
|
|
|
|
|
|
|
|
|
This fixes a known problem with class variables declared in a method's context definition were not having their destructors called.
|
|
|
|
This is then used in PulseEvent to only execute processes that are specifically waiting on the given PID, rather than all waiting events.
|
|
|