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

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.