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

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.