Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

[WIP] pthread support #48

Open
wants to merge 28 commits into
base: development
Choose a base branch
from

Conversation

roblabla
Copy link
Member

@roblabla roblabla commented Dec 6, 2017

This adds pthread support, based on OpenBSD's pthread library. A lot still needs to be done, 99% of it doesn't work.

Makefile Outdated
@@ -87,6 +90,11 @@ $(LIBTRANSISTOR_HOME)/build/newlib/aarch64-none-switch/newlib/libc.a: $(LIBTRANS
$(LIBTRANSISTOR_HOME)/libssp/libssp.a:
$(MAKE) -C $(LIBTRANSISTOR_HOME)/libssp

$(LIBTRANSISTOR_HOME)/pthread/libpthread.a:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it be possible to move this to build/?

@roblabla roblabla force-pushed the feature-pthread branch 3 times, most recently from 58a4614 to aeca2c3 Compare December 12, 2017 15:15
@roblabla
Copy link
Member Author

Status report : this still needs some fixes. Some tests timeout when they shouldn't (the condvar3* tests in particular seem to be unpredictable), and the TSD tests still don't work on hardware.

This should, however, make most tests work.

@misson20000 misson20000 closed this Feb 1, 2018
@misson20000 misson20000 changed the base branch from master to development February 1, 2018 02:29
@misson20000 misson20000 reopened this Feb 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants