Name Date Size #Lines LOC

..12-Aug-2025-

win/H12-Aug-2025-2514

READMEH A D12-Aug-2025405 117

atomic_pointer.hH A D12-Aug-20257.1 KiB243172

port.hH A D12-Aug-2025697 209

port_example.hH A D12-Aug-20254.8 KiB14246

port_posix.ccH A D12-Aug-20251.4 KiB5435

port_posix.hH A D12-Aug-20254.1 KiB157119

port_posix_sse.ccH A D12-Aug-20253.4 KiB13090

thread_annotations.hH A D12-Aug-20251.3 KiB6139

README

1This directory contains interfaces and implementations that isolate the
2rest of the package from platform details.
3
4Code in the rest of the package includes "port.h" from this directory.
5"port.h" in turn includes a platform specific "port_<platform>.h" file
6that provides the platform specific implementation.
7
8See port_posix.h for an example of what must be provided in a platform
9specific header file.
10
11