- File:
-
- 1 edited
-
doc/proposals/concurrency/annex/local.bib (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/annex/local.bib
rb3ffb61 rcf966b5 38 38 keywords = {Intel, TBB}, 39 39 title = {Intel Thread Building Blocks}, 40 note = "\url{https://www.threadingbuildingblocks.org/}" 40 41 } 41 42 … … 74 75 title = {TwoHardThings}, 75 76 author = {Martin Fowler}, 76 address = {https://martinfowler.com/bliki/TwoHardThings.html},77 howpublished= "\url{https://martinfowler.com/bliki/TwoHardThings.html}", 77 78 year = 2009 78 79 } … … 88 89 } 89 90 90 @misc{affinityLinux, 91 @book{Herlihy93, 92 title={Transactional memory: Architectural support for lock-free data structures}, 93 author={Herlihy, Maurice and Moss, J Eliot B}, 94 volume={21}, 95 number={2}, 96 year={1993}, 97 publisher={ACM} 98 } 99 100 @manual{affinityLinux, 91 101 title = "{Linux man page - sched\_setaffinity(2)}" 92 102 } 93 103 94 @m isc{affinityWindows,104 @manual{affinityWindows, 95 105 title = "{Windows (vs.85) - SetThreadAffinityMask function}" 96 106 } 97 107 98 @misc{affinityFreebsd, 108 @manual{switchToWindows, 109 title = "{Windows (vs.85) - SwitchToFiber function}" 110 } 111 112 @manual{affinityFreebsd, 99 113 title = "{FreeBSD General Commands Manual - CPUSET(1)}" 100 114 } 101 115 102 @m isc{affinityNetbsd,116 @manual{affinityNetbsd, 103 117 title = "{NetBSD Library Functions Manual - AFFINITY(3)}" 104 118 } 105 119 106 @m isc{affinityMacosx,120 @manual{affinityMacosx, 107 121 title = "{Affinity API Release Notes for OS X v10.5}" 108 122 } 123 124 125 @misc{NodeJs, 126 title = "{Node.js}", 127 howpublished= "\url{https://nodejs.org/en/}", 128 } 129 130 @misc{SpringMVC, 131 title = "{Spring Web MVC}", 132 howpublished= "\url{https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html}", 133 } 134 135 @misc{Django, 136 title = "{Django}", 137 howpublished= "\url{https://www.djangoproject.com/}", 138 }
Note:
See TracChangeset
for help on using the changeset viewer.