costan ea175e28f8 | pirms 7 gadiem | ||
---|---|---|---|
.. | |||
win | 删除 | pirms 13 gadiem | |
README | pirms 13 gadiem | ||
atomic_pointer.h | pirms 10 gadiem | ||
port.h | pirms 12 gadiem | ||
port_example.h | pirms 7 gadiem | ||
port_posix.cc | pirms 9 gadiem | ||
port_posix.h | pirms 7 gadiem | ||
port_posix_sse.cc | pirms 7 gadiem | ||
thread_annotations.h | pirms 10 gadiem |
This directory contains interfaces and implementations that isolate the
rest of the package from platform details.
Code in the rest of the package includes "port.h" from this directory.
"port.h" in turn includes a platform specific "port_<platform>.h" file
that provides the platform specific implementation.
See port_posix.h for an example of what must be provided in a platform
specific header file.