looking-glass/host/platform/Windows/capture/NVFBC/src
Quantum 1f24ab0742 [host] nvfbc: avoid waking up pointer thread for no reason
If the wait times out, we used to simply restart the loop, which causes
it to check this->stop and exit if set to true. However, nvfbc_stop
already calls lgSignalEvent, which would wake up the pointer thread to
perform the check, so there is no need to set a timeout on the wait.
2021-09-29 17:47:02 +10:00
..
nvfbc.c [host] nvfbc: avoid waking up pointer thread for no reason 2021-09-29 17:47:02 +10:00
wrapper.cpp [host] use correct argument order for calloc 2021-08-16 16:25:59 +10:00
wrapper.h [host] nvfbc: make diff map size configurable 2021-08-05 07:27:28 +10:00