Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/concurrency/annex/local.bib

    rb3ffb61 r21a1efb  
    5252        year            = 2017
    5353}
    54 
    55 @manual{Cpp-Transactions,
    56         keywords        = {C++, Transactional Memory},
    57         title           = {Technical Specification for C++ Extensions for Transactional Memory},
    58         organization= {International Standard ISO/IEC TS 19841:2015 },
    59         publisher   = {American National Standards Institute},
    60         address = {http://www.iso.org},
    61         year            = 2015,
    62 }
    63 
    64 @article{BankTransfer,
    65         keywords        = {Bank Transfer},
    66         title   = {Bank Account Transfer Problem},
    67         publisher       = {Wiki Wiki Web},
    68         address = {http://wiki.c2.com},
    69         year            = 2010
    70 }
    71 
    72 @misc{2FTwoHardThings,
    73         keywords        = {Hard Problem},
    74         title   = {TwoHardThings},
    75         author  = {Martin Fowler},
    76         address = {https://martinfowler.com/bliki/TwoHardThings.html},
    77         year            = 2009
    78 }
    79 
    80 @article{IntrusiveData,
    81         title           = {Intrusive Data Structures},
    82         author  = {Jiri Soukup},
    83         journal = {CppReport},
    84         year            = 1998,
    85         month           = May,
    86         volume  = {10/No5.},
    87         page            = 22
    88 }
    89 
    90 @misc{affinityLinux,
    91         title           = "{Linux man page - sched\_setaffinity(2)}"
    92 }
    93 
    94 @misc{affinityWindows,
    95         title           = "{Windows (vs.85) - SetThreadAffinityMask function}"
    96 }
    97 
    98 @misc{affinityFreebsd,
    99         title           = "{FreeBSD General Commands Manual - CPUSET(1)}"
    100 }
    101 
    102 @misc{affinityNetbsd,
    103         title           = "{NetBSD Library Functions Manual - AFFINITY(3)}"
    104 }
    105 
    106 @misc{affinityMacosx,
    107         title           = "{Affinity API Release Notes for OS X v10.5}"
    108 }
Note: See TracChangeset for help on using the changeset viewer.