DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.67k stars 566 forks source link

i#6938 sched migrate: Add missing check for work stealing #7052

Closed derekbruening closed 1 month ago

derekbruening commented 1 month ago

Add a missing check that we're doing a dynamic schedule before trying to steal work when idle. There don't seem to be any consequences from the missing check but it is best to have it for clarity.

Issue: #6938