aboutsummaryrefslogtreecommitdiff
path: root/ctru-rs/src/thread.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix(ctru-rs): warningsHEADmainFuwn2022-03-041-1/+1
|
* Support libctru 2.0Vivian Lim2021-02-061-1/+2
|
* changes so that this can buildVivian Lim2021-02-051-3/+3
|
* Move more implementation details to `imp` moduleFenrir2018-03-171-24/+31
|
* Remove thread name functionsFenrir2018-03-171-108/+8
| | | | The only real use for thread names is so that they appear in panic messages. However, names set by this API won't appear in panic messages because we aren't `std::thread` and therefore don't have access to `sys_common::thread_info` where libstd stashes its thread names. So without that functionality, there's not much of a reason to have thread names at all.
* Add ctru::thread moduleFenrir2018-03-171-0/+1139