crashing-threads.rs |
**THIS IS HIGHLY UNSAFE**
We deliberately override pthread symbols here to control how threads are launched,
in order to simulate failures in this thread launching.
It works on Linux and macOS only.
It's only a test.
Launching a thread can fail for various reasons, e.g. not enough memory resources available.
We saw that issue on low-powered machines running 32-bit versions of Windows.
You want to run this example with `RUSTFLAGS="-C panic=abort"` to make sure it aborts. |
4307 |
delayed-ping-data.rs |
|
4272 |
enabled-pings.rs |
Test that pings can be enabled/disabled at runtime. |
5620 |
long-running.rs |
|
2512 |
pending-gets-removed.rs |
Test that pings can be enabled/disabled at runtime. |
6855 |
ping-lifetime-flush.rs |
|
4585 |
prototype.rs |
|
2087 |