...
This commit is contained in:
parent
b3c3ec961b
commit
8a7d5e7e5a
3 changed files with 194 additions and 111 deletions
|
|
@ -382,11 +382,53 @@
|
|||
series = {HPDC '15}
|
||||
}
|
||||
|
||||
@misc{FreeBSD.man-BPF-4.2021,
|
||||
title={FreeBSD manual pages},
|
||||
url={https://man.freebsd.org/cgi/man.cgi?query=bpf&manpath=FreeBSD+14.0-RELEASE+and+Ports},
|
||||
journal={BPF(4) Kernel Interfaces Manual},
|
||||
publisher={The FreeBSD Project},
|
||||
author={The FreeBSD Project},
|
||||
@misc{FreeBSD.man-BPF-4.2021,
|
||||
title={FreeBSD manual pages},
|
||||
url={https://man.freebsd.org/cgi/man.cgi?query=bpf&manpath=FreeBSD+14.0-RELEASE+and+Ports},
|
||||
journal={BPF(4) Kernel Interfaces Manual},
|
||||
publisher={The FreeBSD Project},
|
||||
author={The FreeBSD Project},
|
||||
year={2021}
|
||||
}
|
||||
}
|
||||
|
||||
@book{Nagarajan_etal.Primer_consistency_coherence_arch.2ed.2020,
|
||||
title={A primer on memory consistency and cache coherence},
|
||||
author={Nagarajan, Vijay and Sorin, Daniel J and Hill, Mark D and Wood, David A},
|
||||
year={2020},
|
||||
publisher={Springer Nature}
|
||||
}
|
||||
|
||||
@misc{ISO/IEC_9899:2011.C11,
|
||||
abstract = {Edition Status: Withdrawn on 2018-07-13},
|
||||
isbn = {9780580801655},
|
||||
keywords = {Data processing ; Data representation ; Languages used in information technology ; Programming ; Programming languages ; Semantics ; Syntax},
|
||||
language = {eng},
|
||||
publisher = {British Standards Institute},
|
||||
title = {BS ISO/IEC 9899:2011: Information technology. Programming languages. C},
|
||||
year = {2013},
|
||||
}
|
||||
|
||||
@misc{ISO/IEC_JTC1_SC22_WG21_N2427.C++11.2007,
|
||||
title={C++ Atomic Types and Operations},
|
||||
url={https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2427.html},
|
||||
journal={C++ atomic types and operations},
|
||||
publisher={ISO/IEC JTC 1},
|
||||
author={Boehm, Hans J and Crowl, Lawrence},
|
||||
year={2007}
|
||||
}
|
||||
|
||||
@misc{Rust.core::sync::atomic::Ordering.2024,
|
||||
title={Ordering in core::sync::atomic - Rust},
|
||||
url={https://doc.rust-lang.org/core/sync/atomic/enum.Ordering.html},
|
||||
journal={The Rust Core Library},
|
||||
publisher={the Rust Team},
|
||||
year={2024}
|
||||
}
|
||||
|
||||
@misc{Manson_Goetz.JSR_133.Java_5.2004,
|
||||
url={https://www.cs.umd.edu/~pugh/java/memoryModel/jsr-133-faq.html},
|
||||
journal={JSR 133 (Java Memory Model) FAQ},
|
||||
publisher={Department of Computer Science, University of Maryland},
|
||||
author={Manson, Jeremy and Goetz, Brian},
|
||||
year={2004}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue