We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d90abd5 + e2e4747 commit 19dfec2Copy full SHA for 19dfec2
src/rt/rust_builtin.cpp
@@ -776,12 +776,6 @@ rust_osmain_sched_id() {
776
return task->kernel->osmain_sched_id();
777
}
778
779
-extern "C" CDECL bool
780
-rust_compare_and_swap_ptr(intptr_t *address,
781
- intptr_t oldval, intptr_t newval) {
782
- return sync::compare_and_swap(address, oldval, newval);
783
-}
784
-
785
extern "C" void
786
rust_task_inhibit_kill(rust_task *task) {
787
task->inhibit_kill();
src/rt/rustrt.def.in
@@ -154,7 +154,6 @@ rust_dbg_call
154
rust_dbg_do_nothing
155
rust_dbg_breakpoint
156
rust_osmain_sched_id
157
-rust_compare_and_swap_ptr
158
rust_task_inhibit_kill
159
rust_task_allow_kill
160
rust_task_inhibit_yield
0 commit comments