| 344 | } |
| 345 | |
| 346 | bool VirtualMachineEngine::OnSchedulerThread(const Stream& stream) { |
| 347 | return stream.on_scheduler_thread() || pthread_fork::IsForkedSubProcess(); |
| 348 | } |
| 349 | |
| 350 | // Barrier instructions are run after all previous lively instructions. |
| 351 | // |
nothing calls this directly
no test coverage detected