summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/bits
AgeCommit message (Expand)AuthorFilesLines
2024-02-01nt64: struct nt_mcontext_x86_64_t: added missing context member.midipix1-0/+1
2019-09-15nt64: fix definition of struct nt_xsave_fmt_t (see nt_mcontext_x86_64_t).midipix1-2/+0
2019-06-08atomic primitives: refactor for coding-style consistency.midipix4-12/+12
2018-08-09library: atomics: simplify and-or-xor interfaces.midipix4-135/+69
2018-01-14atomics: at_store(), at_store_32(), at_store_64(): use a full memory barrier.midipix1-3/+6
2016-12-18nt_thread_x86_64.h: properly pad nt_mcontext_x86_64_t.midipix1-0/+1
2016-12-11arch-specific thread struct definitions: added hosted application support.midipix2-3/+4
2016-12-11api headers: bits sub-dirs: i386 --> nt32, x86_64 --> nt64.midipix7-4/+4
2016-05-23nt_atomic.h: i386: implement at_store_64() in terms or at_locked_cas_64.midipix1-7/+3
2016-05-22nt_atomic.h: i386: implement at_locked_cas_64 as inline asm (distilled pain).midipix1-9/+19
2015-09-26+ fix the atomic store functions to include a full memory barrier.midipix2-12/+28
2015-09-26fix typo in atomic headers.midipix2-5/+5
2015-07-27entered advanced internal development stage.midipix7-0/+1968