FreeRDP/winpr/libwinpr/synch
David Fort 77413f49b2 winpr: rework alignment functions
_align_XXX functions aren't widely available depending on the C runtime. That causes
problems with mingw where we can easily have some runtime mixes (which lead to mysterious
segfaults most of the time). This patch introduce winpr_aligned_XXX functions that will
either use the function available, or use an emulation layer.
2022-05-12 11:36:01 +02:00
..
test winpr: rework alignment functions 2022-05-12 11:36:01 +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 Refactored WinPR includes 2022-03-03 11:26:48 +01:00
event.c Replaced WINPR_HANDLE_DEF with a struct type 2022-04-28 08:42:09 +02:00
event.h Replaced WINPR_HANDLE_DEF with a struct type 2022-04-28 08:42:09 +02: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 Replaced WINPR_HANDLE_DEF with a struct type 2022-04-28 08:42:09 +02:00
pollset.c WinPR: Fixed warnings, added assertions 2021-06-18 11:32:16 +02:00
pollset.h Refactored WinPR includes 2022-03-03 11:26:48 +01:00
semaphore.c Replaced WINPR_HANDLE_DEF with a struct type 2022-04-28 08:42:09 +02:00
sleep.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
synch.h Replaced WINPR_HANDLE_DEF with a struct type 2022-04-28 08:42:09 +02:00
timer.c Replaced WINPR_HANDLE_DEF with a struct type 2022-04-28 08:42:09 +02:00
wait.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00