mCRL2
Loading...
Searching...
No Matches
Abortable.cpp
Go to the documentation of this file.
1// Copyright (c) 2009-2013 University of Twente
2// Copyright (c) 2009-2013 Michael Weber <michaelw@cs.utwente.nl>
3// Copyright (c) 2009-2013 Maks Verver <maksverver@geocities.com>
4// Copyright (c) 2009-2013 Eindhoven University of Technology
5//
6// Distributed under the Boost Software License, Version 1.0.
7// (See accompanying file LICENSE_1_0.txt or copy at
8// http://www.boost.org/LICENSE_1_0.txt)
9
10#include "mcrl2/pg/Abortable.h"
11
12volatile bool Abortable::global_abort_ = false;
static volatile bool global_abort_
Global variable indicating whether the process has been aborted.
Definition Abortable.h:29