You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/portable/ThirdParty/GCC
Thomas Pedersen 6a84f2c1da
Posix: fix event_wait_timed() (#346)
event_wait_timed() was ignoring a timeout of 1000 ms.
Presumably this is because pthread_cond_timedwait() only
considers tv_nsec less than one second.

Convert the timeout in miliseconds to second and nanosecond
components to fix this.

Co-authored-by: alfred gedeon <28123637+alfred2g@users.noreply.github.com>
4 years ago
..
ARC_EM_HS Add SPDX-License-Identifier: MIT to MIT licensed files. 4 years ago
ARC_v1 Add SPDX-License-Identifier: MIT to MIT licensed files. 4 years ago
ARM_CM33_TFM Add SPDX-License-Identifier: MIT to MIT licensed files. 4 years ago
ATmega Add SPDX-License-Identifier: MIT to MIT licensed files. 4 years ago
Posix Posix: fix event_wait_timed() (#346) 4 years ago
RISC-V Style: Make freertos.org = FreeRTOS.org and add https (#134) 5 years ago
Xtensa_ESP32 Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago