• Home
Name Date Size #Lines LOC

..--

win/03-May-2024-2514

READMED03-May-2024405 117

atomic_pointer.hD03-May-20246.6 KiB225157

port.hD03-May-2024697 209

port_example.hD03-May-20244.6 KiB13645

port_posix.ccD03-May-20241.4 KiB5536

port_posix.hD03-May-20244.1 KiB158121

thread_annotations.hD03-May-20241.3 KiB6038

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