-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use id-based thread parking on SOLID #106372
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
@bors r+ |
Use id-based thread parking on SOLID By using the [`slp_tsk`/`wup_tsk`](https://cs.uwaterloo.ca/~brecht/courses/702/Possible-Readings/embedded/uITRON-4.0-specification.pdf) system functions instead of an event-flag structure, `Parker` becomes cheaper to construct and SOLID can share the implementation used by NetBSD and SGX. ping `@kawadakk` r? `@m-ou-se` `@rustbot` label +T-libs
Rollup of 6 pull requests Successful merges: - rust-lang#106372 (Use id-based thread parking on SOLID) - rust-lang#108050 (Fix index out of bounds ICE in `point_at_expr_source_of_inferred_type`) - rust-lang#108084 (Constify `RangeBounds`, `RangeX::contains` and `RangeX::is_empty` (where applicable).) - rust-lang#108101 (don't clone types that are copy) - rust-lang#108102 (simplify some refs) - rust-lang#108103 (be nice and don't slice) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
By using the
slp_tsk
/wup_tsk
system functions instead of an event-flag structure,Parker
becomes cheaper to construct and SOLID can share the implementation used by NetBSD and SGX.ping @kawadakk
r? @m-ou-se
@rustbot label +T-libs