We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
std
std::sync::Barrier
std::sync::atomic::AtomicI*
Atomic*::into_inner
Atomic*::get_mut
std::sync::atomic::compiler_fence
std::sync::atomic::fence
SeqCst
Release
AcqRel
UnsafeCell::raw_get
std::sync::Weak
std::sync::Arc::downgrade
Atomic*::as_ptr
thread_local
loom::thread_local
LocalKey<Cell<T>>::*
LocalKey<RefCell<T>>::*
loom::LocalKey
LocalKey<Cell<T>>
LocalKey<RefCell<T>>
Currently unstable:
std::sync::atomic::Atomic{I,U}128
SyncUnsafeCell
The text was updated successfully, but these errors were encountered:
Having the above would make crossbeam-rs/crossbeam#487 a little nicer.
Sorry, something went wrong.
I submitted #346 and #347 as separate issues. If they fit better here, feel free to add them to the list and close as duplicate.
No branches or pull requests
std::sync::Barrier
std::sync::atomic::AtomicI*
integer types (the signed ones); done in Prepare 0.4 and add I variant atomic ints #189Atomic*::into_inner
; done in Add Atomic*::into_inner #327Atomic*::get_mut
(see also No get_mut method on AtomicPtr #154)std::sync::atomic::compiler_fence
std::sync::atomic::fence
withSeqCst
; done in ImplementRelease
,AcqRel
, andSeqCst
fences #220UnsafeCell::raw_get
(see also Missing UnsafeCell::raw_get #276)std::sync::Weak
andstd::sync::Arc::downgrade
(see also Missing std::sync::Weak #156)Atomic*::as_ptr
(see also What to do when loom::AtomicUsize do not implement as_mut_ptr() #298)thread_local
(see alsoloom::thread_local
does not support const-initialization #346)LocalKey<Cell<T>>::*
andLocalKey<RefCell<T>>::*
(see alsoloom::LocalKey
does not support specialized implementations forLocalKey<Cell<T>>
orLocalKey<RefCell<T>>
#347)Currently unstable:
std::sync::atomic::Atomic{I,U}128
SyncUnsafeCell
(see also Missing SyncUnsafeCell #333)The text was updated successfully, but these errors were encountered: