Macaulay2 Engine
Loading...
Searching...
No Matches
interrupted.cpp
Go to the documentation of this file.
1#include "../system/supervisor.hpp"
2#include "../system/supervisorinterface.h"
3#define interrupted() \
4 test_Field(THREADLOCAL(interrupts_interruptedFlag, struct atomic_field))
5
6bool system_interrupted() { return interrupted(); }
bool system_interrupted()
#define interrupted()