oss << "; " << credit << " (credit)";
break;
case DATA:
- oss << "DATA: " << amount << " (load)";
+ oss << "DATA: " << amount << " (load)";
break;
case CTRL_CLOSE:
oss << "CTRL_CLOSE";
if (!queue.try_pop(task)) {
xbt_ex_t e;
XBT_DEBUG("waiting for a message to come");
- TRY {
+ TRY_FAST {
if (timeout > 0)
cond.timedwait(mutex, timeout);
else