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

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.