Cite This Page
Bibliographic details for Atomic operation
- Page name: Atomic operation
- Author: OSDev.wiki contributors
- Publisher: OSDev.wiki.
- Date of last revision: 13 October 2019 12:47 UTC
- Date retrieved: 11 February 2025 15:58 UTC
- Permanent URL: https://osdev.wiki/wiki/Atomic_operation?oldid=535
- Page Version ID: 535
Citation styles for Atomic operation
APA style
Atomic operation. (2019, October 13). OSDev.wiki. Retrieved 15:58, February 11, 2025 from https://osdev.wiki/wiki/Atomic_operation?oldid=535.
MLA style
"Atomic operation." OSDev.wiki. 13 Oct 2019, 12:47 UTC. 11 Feb 2025, 15:58 <https://osdev.wiki/wiki/Atomic_operation?oldid=535>.
MHRA style
OSDev.wiki contributors, 'Atomic operation', OSDev.wiki, 13 October 2019, 12:47 UTC, <https://osdev.wiki/wiki/Atomic_operation?oldid=535> [accessed 11 February 2025]
Chicago style
OSDev.wiki contributors, "Atomic operation," OSDev.wiki, https://osdev.wiki/wiki/Atomic_operation?oldid=535 (accessed February 11, 2025).
CBE/CSE style
OSDev.wiki contributors. Atomic operation [Internet]. OSDev.wiki; 2019 Oct 13, 12:47 UTC [cited 2025 Feb 11]. Available from: https://osdev.wiki/wiki/Atomic_operation?oldid=535.
Bluebook style
Atomic operation, https://osdev.wiki/wiki/Atomic_operation?oldid=535 (last visited February 11, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "OSDev.wiki", title = "Atomic operation --- OSDev.wiki{,} ", year = "2019", url = "https://osdev.wiki/wiki/Atomic_operation?oldid=535", note = "[Online; accessed 11-February-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "OSDev.wiki", title = "Atomic operation --- OSDev.wiki{,} ", year = "2019", url = "\url{https://osdev.wiki/wiki/Atomic_operation?oldid=535}", note = "[Online; accessed 11-February-2025]" }