proc: added func to threadBlocked

This commit is contained in:
aarzilli 2017-03-24 11:10:21 +01:00 committed by Derek Parker
parent c8d9352522
commit 1a0df69cbf

@ -93,7 +93,7 @@ func threadBlocked(t IThread) bool {
return false
}
switch fn.Name {
case "runtime.kevent", "runtime.mach_semaphore_wait", "runtime.usleep":
case "runtime.kevent", "runtime.mach_semaphore_wait", "runtime.usleep", "runtime.mach_semaphore_timedwait":
return true
default:
return false