Qutex: Add gridlock detection wireframing
This is the basic wireframing required to enable us to detect gridlocks among requests.
This commit is contained in:
@@ -57,6 +57,17 @@ SerializedAsynchronousContinuation<OriginalCbFnT>
|
||||
return false;
|
||||
}
|
||||
|
||||
template <class OriginalCbFnT>
|
||||
template <class InvocationTargetT>
|
||||
bool
|
||||
SerializedAsynchronousContinuation<OriginalCbFnT>
|
||||
::LockerAndInvoker<InvocationTargetT>
|
||||
::traceContinuationHistoryForGridlockOn(Qutex &firstFailedQutex)
|
||||
{
|
||||
// Empty implementation - to be filled in later
|
||||
return false;
|
||||
}
|
||||
|
||||
template <class OriginalCbFnT>
|
||||
template <class InvocationTargetT>
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user