quakeforge/ruamoko/qwaq/builtins
Bill Currie 225ee0ed3c [qwaq] Use an actual condition variable for control
I think I wasn't sure at the time whether the simple variable was
required for pthread_cond_wait (and friends) to work properly, but it
is: the time between the target posting the debug event and the target
waiting on the condition variable turns out to sometimes be enough for
the debugger to handle the event and signal the target to continue,
resulting in the target waiting on a signal that will never come because
another debug event will not be sent by the target until AFTER it has
exited from the debug handler.
2020-07-05 16:53:35 +09:00
..
builtins.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
curses.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
debug.c [qwaq] Use an actual condition variable for control 2020-07-05 16:53:35 +09:00
editbuffer.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
input.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
main.c [qwaq] Fix a typo 2020-07-05 16:53:35 +09:00
qwaq-bi.c Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
qwaq.c [qwaq] PR_RunPostLoadFuncs for qwaq-x11 2020-06-25 19:38:33 +09:00