1
0
Fork 0
arangodb/3rdParty/rocksdb/6.2/port
Jan ae1133e2ad port fix for NowMicros (#9482) 2019-07-16 16:28:30 +03:00
..
win port fix for NowMicros (#9482) 2019-07-16 16:28:30 +03:00
README Feature/rocksdb 6.2 (#9095) 2019-05-28 14:26:27 +02:00
jemalloc_helper.h Feature/rocksdb 6.2 (#9095) 2019-05-28 14:26:27 +02:00
likely.h Feature/rocksdb 6.2 (#9095) 2019-05-28 14:26:27 +02:00
port.h Feature/rocksdb 6.2 (#9095) 2019-05-28 14:26:27 +02:00
port_dirent.h Feature/rocksdb 6.2 (#9095) 2019-05-28 14:26:27 +02:00
port_example.h Feature/rocksdb 6.2 (#9095) 2019-05-28 14:26:27 +02:00
port_posix.cc Feature/rocksdb 6.2 (#9095) 2019-05-28 14:26:27 +02:00
port_posix.h Feature/rocksdb 6.2 (#9095) 2019-05-28 14:26:27 +02:00
stack_trace.cc Feature/rocksdb 6.2 (#9095) 2019-05-28 14:26:27 +02:00
stack_trace.h Feature/rocksdb 6.2 (#9095) 2019-05-28 14:26:27 +02:00
sys_time.h Feature/rocksdb 6.2 (#9095) 2019-05-28 14:26:27 +02:00
util_logger.h Feature/rocksdb 6.2 (#9095) 2019-05-28 14:26:27 +02:00
xpress.h Feature/rocksdb 6.2 (#9095) 2019-05-28 14:26:27 +02:00

README

This directory contains interfaces and implementations that isolate the
rest of the package from platform details.

Code in the rest of the package includes "port.h" from this directory.
"port.h" in turn includes a platform specific "port_<platform>.h" file
that provides the platform specific implementation.

See port_posix.h for an example of what must be provided in a platform
specific header file.