We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da8ad7 commit 9b7d077Copy full SHA for 9b7d077
posix-win32/dpp/bsp.c
@@ -179,7 +179,8 @@ void QF_onStartup(void) {
179
}
180
//............................................................................
181
void QF_onCleanup(void) {
182
- PRINTF_S("\n%s\n", "Bye! Bye!");
+ PRINTF_S("\nBye! QTable queue-min=%d\n",
183
+ QActive_getQueueMin(N_PHILO + 7U));
184
QF_consoleCleanup();
185
186
0 commit comments