FreeRDP/winpr/libwinpr/synch
David Fort 7c4a774e4e winpr: fix WaitForMultipleObjectsEx(alertable) call from non winpr threads
When WaitForMultipleObjectsEx is called with the alertable flag set from a non
WinPR thread, we shall not try to treat APC, as for sure there is no APC scheduled,
as previous call that would have scheduled such APC would have failed.
2023-03-05 17:10:37 +01:00
..
test winpr: complement thread tests and fix some asserts (#8105) 2022-08-02 11:40:55 +02:00
address.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
barrier.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
CMakeLists.txt winpr: cleanup polling code 2021-04-07 08:15:16 +02:00
critical.c [winpr,cynch] WINPR_ASSERT critical section functions 2023-03-01 13:45:13 +01:00
event.c [logging] remove __FUNCTION__ from actual message 2023-01-25 16:26:39 +01:00
event.h [winpr] use WINPR_ prefix for conditional includes 2023-01-10 17:38:00 +01:00
init.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00
mutex.c [logging] remove __FUNCTION__ from actual message 2023-01-25 16:26:39 +01:00
pollset.c [logging] remove __FUNCTION__ from actual message 2023-01-25 16:26:39 +01:00
pollset.h [winpr] use WINPR_ prefix for conditional includes 2023-01-10 17:38:00 +01:00
semaphore.c [logging] remove __FUNCTION__ from actual message 2023-01-25 16:26:39 +01:00
sleep.c winpr: fix WaitForMultipleObjectsEx(alertable) call from non winpr threads 2023-03-05 17:10:37 +01:00
synch.h [winpr] use WINPR_ prefix for conditional includes 2023-01-10 17:38:00 +01:00
timer.c [logging] remove __FUNCTION__ from actual message 2023-01-25 16:26:39 +01:00
wait.c winpr: fix WaitForMultipleObjectsEx(alertable) call from non winpr threads 2023-03-05 17:10:37 +01:00