More notes.
This commit is contained in:
parent
74ca863c1b
commit
6c41fb712e
|
@ -70,6 +70,8 @@ int64_t testingTimerNsec(testingTimer *t)
|
|||
return sec + subsec;
|
||||
}
|
||||
|
||||
// note: the idea for the SetThreadContext() nuttery is from https://www.codeproject.com/Articles/71529/Exception-Injection-Throwing-an-Exception-in-Other
|
||||
|
||||
static jmp_buf timeout_ret;
|
||||
|
||||
static void onTimeout(void)
|
||||
|
|
Loading…
Reference in New Issue