| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(ctru-rs): warningsHEADmain | Fuwn | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | Support libctru 2.0 | Vivian Lim | 2021-02-06 | 1 | -1/+2 |
| | | |||||
| * | changes so that this can build | Vivian Lim | 2021-02-05 | 1 | -3/+3 |
| | | |||||
| * | Move more implementation details to `imp` module | Fenrir | 2018-03-17 | 1 | -24/+31 |
| | | |||||
| * | Remove thread name functions | Fenrir | 2018-03-17 | 1 | -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 module | Fenrir | 2018-03-17 | 1 | -0/+1139 |