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

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.