japaric/steed

implement std::thread

Opened this issue · 3 comments

Update 2017-04-15

Basic support has landed for the following platforms:

  • aarch64
  • arm
  • mips
  • powerpc
  • powerpc64
  • sparc64
  • x86
  • x86_64

Original text

This is going to require re-implementing a subset of libpthreads in Rust. So, probably will require quite a bit of work.

We can base our implementation on MUSL's.

tbu- commented

Btw, I'm working a bit on this.

tbu- commented

Can you add the following to the first post:

Basic support has landed for the following platforms:

- [x] `aarch64`
- [x] `arm`
- [ ] `mips`
- [x] `powerpc`
- [ ] `powerpc64`
- [ ] `sparc64`
- [x] `x86`
- [x] `x86_64`

@tbu- Done!