26 #include <sys/prctl.h>
32 #include "exceptions/WSignalSubscriptionFailed.h"
33 #include "WCondition.h"
34 #include "WConditionOneShot.h"
35 #include "WException.h"
37 #include "WThreadedRunner.h"
65 wlog::error( sender ) <<
"WException. Notifying. Message: " << e.
what();
120 catch(
const std::exception& e )
142 boost::this_thread::sleep( boost::posix_time::seconds( t ) );
147 boost::this_thread::sleep( boost::posix_time::microseconds( t ) );
181 prctl( PR_SET_NAME, (
"openwalnut (" + name +
")" ).c_str() );