# lib-pthread-embedded **Repository Path**: tenonos-mirror/lib-pthread-embedded ## Basic Information - **Project Name**: lib-pthread-embedded - **Description**: 本仓库作为UK社区lib-pthread-embedded仓库的镜像仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: staging - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-08-07 - **Last Updated**: 2024-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.