Jay Petacat 28ef79ea80
std: Single-threaded panicImpl sleep is unreachable (#11569)
Adding `unreachable` prevents the futex code from being inspected during
a single-threaded build. Without futex, first draft BYOS packages don't
need to implement `nanosleep` to get a single-threaded "hello world"
program working.

Use of `assert()` did not achieve the desired effect of avoiding futex
in a single-threaded build.
2022-05-04 09:43:27 -05:00
..
2022-04-19 19:42:15 -05:00
2022-05-03 05:28:34 +02:00
2022-04-24 23:01:06 -04:00
2022-04-27 12:20:44 -07:00
2022-03-08 20:38:12 +02:00
2022-04-20 17:18:06 -07:00
2022-01-07 00:06:06 -05:00
2022-05-01 14:41:12 -04:00
2022-04-14 10:12:45 -07:00
2022-04-27 12:20:44 -07:00
2022-04-21 14:39:41 -04:00
2022-04-14 10:12:45 -07:00
2022-04-20 05:31:24 -07:00
2022-04-15 17:01:01 -05:00
2022-01-07 00:06:06 -05:00
2022-01-29 13:57:14 +11:00