Saiiijchan 14ee4b2c7c Fix detach race condition (#43)
* Fix detach race condition

pxThread->xAttr.usSchedPriorityDetachState may be changed by
pthread_detach(). Suspend scheduler to prevent race condition.

Signed-off-by: wangfei_chen <wangfei_chen@realsil.com.cn>

* Fix compiler warnings

---------

Signed-off-by: wangfei_chen <wangfei_chen@realsil.com.cn>
Co-authored-by: wangfei_chen <wangfei_chen@realsil.com.cn>
Co-authored-by: Rahul Kar <karahulx@amazon.com>
2025-04-04 13:03:23 +05:30
2025-03-10 15:53:07 +00:00
2025-03-10 16:03:59 +00:00
2019-11-20 11:39:57 -08:00
2021-09-13 14:24:49 -07:00

FreeRTOS+POSIX: Portable Operating System Interface (POSIX threading wrapper) for FreeRTOS

The Portable Operating System Interface (POSIX) is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems. FreeRTOS+POSIX implements a small subset of the POSIX threading API. This subset allows application developers familiar with POSIX API to develop a FreeRTOS application using POSIX like threading primitives. FreeRTOS+POSIX does not implement more than 80% of the POSIX API. Therefore, an existing POSIX compliant application or a POSIX compliant library cannot be ported to run on FreeRTOS Kernel using only this wrapper.

This repository only contains source code. For demo applications, please visit https://github.com/FreeRTOS/FreeRTOS-Labs.

To consume FreeRTOS+POSIX

It is recommended to use this repository as a submodule. Please refer to Git Tools — Submodules.

Notes

This project is undergoing optimizations or refactorization to improve memory usage, modularity, documentation, demo usability, or test coverage.

Description
No description provided
Readme 3.4 MiB
Languages
C 100%