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

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.