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

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.