]> begriffs open source - freertos/commit
Change the Linux Port to use condition variables instead of Signals (#156)
authoralfred gedeon <alfred2g@hotmail.com>
Mon, 7 Sep 2020 16:56:28 +0000 (09:56 -0700)
committerGitHub <noreply@github.com>
Mon, 7 Sep 2020 16:56:28 +0000 (09:56 -0700)
commit35f0b2ab84f137e5b095f7d93cb6a6c8c06de5a8
treec33144c2cbe4a3d970442f33ab598fac77b4c0ba
parent700c1cf9c630e19e9cd683c661dc22701fad2b2a
Change the Linux Port to use condition variables instead of Signals (#156)

* Posix port with pthread cond instead of signals
* Comment: replace signal with pthread_cond
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
portable/ThirdParty/GCC/Posix/port.c
portable/ThirdParty/GCC/Posix/utils/wait_for_event.c [new file with mode: 0644]
portable/ThirdParty/GCC/Posix/utils/wait_for_event.h [new file with mode: 0644]