limao e0d8126326 页面调整 vor 4 Jahren
..
test e0d8126326 页面调整 vor 4 Jahren
Asm.h e0d8126326 页面调整 vor 4 Jahren
Atomic.h e0d8126326 页面调整 vor 4 Jahren
Builtins.cpp e0d8126326 页面调整 vor 4 Jahren
Builtins.h e0d8126326 页面调整 vor 4 Jahren
Config.h e0d8126326 页面调整 vor 4 Jahren
Constexpr.h e0d8126326 页面调整 vor 4 Jahren
Dirent.cpp e0d8126326 页面调整 vor 4 Jahren
Dirent.h e0d8126326 页面调整 vor 4 Jahren
Event.h e0d8126326 页面调整 vor 4 Jahren
Fcntl.cpp e0d8126326 页面调整 vor 4 Jahren
Fcntl.h e0d8126326 页面调整 vor 4 Jahren
GFlags.h e0d8126326 页面调整 vor 4 Jahren
GMock.h e0d8126326 页面调整 vor 4 Jahren
GTest.h e0d8126326 页面调整 vor 4 Jahren
IOVec.h e0d8126326 页面调整 vor 4 Jahren
Libgen.cpp e0d8126326 页面调整 vor 4 Jahren
Libgen.h e0d8126326 页面调整 vor 4 Jahren
Malloc.cpp e0d8126326 页面调整 vor 4 Jahren
Malloc.h e0d8126326 页面调整 vor 4 Jahren
Math.h e0d8126326 页面调整 vor 4 Jahren
Memory.h e0d8126326 页面调整 vor 4 Jahren
OpenSSL.cpp e0d8126326 页面调整 vor 4 Jahren
OpenSSL.h e0d8126326 页面调整 vor 4 Jahren
PThread.cpp e0d8126326 页面调整 vor 4 Jahren
PThread.h e0d8126326 页面调整 vor 4 Jahren
README.md e0d8126326 页面调整 vor 4 Jahren
Sched.cpp e0d8126326 页面调整 vor 4 Jahren
Sched.h e0d8126326 页面调整 vor 4 Jahren
Semaphore.cpp e0d8126326 页面调整 vor 4 Jahren
Semaphore.h e0d8126326 页面调整 vor 4 Jahren
Sockets.cpp e0d8126326 页面调整 vor 4 Jahren
Sockets.h e0d8126326 页面调整 vor 4 Jahren
Stdio.cpp e0d8126326 页面调整 vor 4 Jahren
Stdio.h e0d8126326 页面调整 vor 4 Jahren
Stdlib.cpp e0d8126326 页面调整 vor 4 Jahren
Stdlib.h e0d8126326 页面调整 vor 4 Jahren
String.cpp e0d8126326 页面调整 vor 4 Jahren
String.h e0d8126326 页面调整 vor 4 Jahren
SysFile.cpp e0d8126326 页面调整 vor 4 Jahren
SysFile.h e0d8126326 页面调整 vor 4 Jahren
SysMembarrier.cpp e0d8126326 页面调整 vor 4 Jahren
SysMembarrier.h e0d8126326 页面调整 vor 4 Jahren
SysMman.cpp e0d8126326 页面调整 vor 4 Jahren
SysMman.h e0d8126326 页面调整 vor 4 Jahren
SysResource.cpp e0d8126326 页面调整 vor 4 Jahren
SysResource.h e0d8126326 页面调整 vor 4 Jahren
SysStat.cpp e0d8126326 页面调整 vor 4 Jahren
SysStat.h e0d8126326 页面调整 vor 4 Jahren
SysSyscall.h e0d8126326 页面调整 vor 4 Jahren
SysTime.cpp e0d8126326 页面调整 vor 4 Jahren
SysTime.h e0d8126326 页面调整 vor 4 Jahren
SysTypes.h e0d8126326 页面调整 vor 4 Jahren
SysUio.cpp e0d8126326 页面调整 vor 4 Jahren
SysUio.h e0d8126326 页面调整 vor 4 Jahren
Syslog.h e0d8126326 页面调整 vor 4 Jahren
Time.cpp e0d8126326 页面调整 vor 4 Jahren
Time.h e0d8126326 页面调整 vor 4 Jahren
Unistd.cpp e0d8126326 页面调整 vor 4 Jahren
Unistd.h e0d8126326 页面调整 vor 4 Jahren
Windows.h e0d8126326 页面调整 vor 4 Jahren

README.md

Warning

These portability headers are internal implementation details.

They are intended to ensure that Folly can build on a variety of platforms.

They are not intended to help you build your programs on these platforms.

They are, and will remain, undocumented. They are, and will remain, subject to rapid, immediate, and drastic changes - including full rewrites and merciless deletions - without notice.

Note that before adding a new file to this directory you should determine whether the API you are adding is a portability header or just a platform dependent implementation detail. Only portability headers belong in this directory. A portability header is defined as a header that provides the exact API of some platform or configuration that is not available on all platforms. If the API being added does not already exist on at least one of the platforms Folly supports, then it is an implementation detail, and does not belong in this directory.