https://github.com/unikraft/lib-pthread-embedded
Unikraft port of pthread-embedded, an embedded pthread library
https://github.com/unikraft/lib-pthread-embedded
hacktoberfest hacktoberfest2022 library pthreads unikraft
Last synced: 22 days ago
JSON representation
Unikraft port of pthread-embedded, an embedded pthread library
- Host: GitHub
- URL: https://github.com/unikraft/lib-pthread-embedded
- Owner: unikraft
- License: other
- Created: 2019-07-25T11:44:12.000Z (almost 6 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:56:02.000Z (over 1 year ago)
- Last Synced: 2025-03-24T15:11:15.548Z (about 1 month ago)
- Topics: hacktoberfest, hacktoberfest2022, library, pthreads, unikraft
- Language: C
- Homepage:
- Size: 36.1 KB
- Stars: 4
- Watchers: 10
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
Awesome Lists containing this project
README
pthread-embedded for Unikraft
=============================This is the port of pthread-embedded for Unikraft as external library. You will
need newlib to make it work. When adding the library in the dependency list,
pthread-embedded should stay before newlib, e.g.:`...:$(UK_LIBS)/pthread-embedded:$(UK_LIBS)/newlib:...`
For running the unit tests, enable the 'Build unit tests' option in the
configuration menu and call the `pte_test_main()` function in your main
application.Please refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository.