aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/sys/unix/thread.rs
Commit message (Collapse)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-061-458/+0
|
* Update for nightly-2018-08-18Fenrir2018-08-191-2/+3
|
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-151-40/+391
| | | | * Update for latest nightly 2018-06-09 * We now have a proper horizon os and sys modules in libstd
* Update for Rust nightly 2018-04-19Fenrir2018-04-211-1/+1
|
* Restore thread APIs that were accidentally deletedFenrir2018-01-221-0/+18
| | | | Oops.
* Recreate ctr-std from latest nightlyFenrir2018-01-211-33/+20
|
* Thread fixes + module updateFenrir2017-07-261-13/+17
|
* Update libraries for ctru-sys changesFenrir2017-07-101-4/+4
|
* Bump minimum thread stack sizeFenrir2017-03-061-1/+1
| | | | FBI uses 64kb threads so it must be legit
* Ensure child threads have higher priority than mainFenrir2017-03-051-2/+9
|
* Initial thread supportFenrir2017-03-051-0/+90