rocksdb/port/win
Dmitri Smirnov 0a4cdde50a Windows thread
Summary:
introduce new methods into a public threadpool interface,
- allow submission of std::functions as they allow greater flexibility.
- add Joining methods to the implementation to join scheduled and submitted jobs with
  an option to cancel jobs that did not start executing.
- Remove ugly `#ifdefs` between pthread and std implementation, make it uniform.
- introduce pimpl for a drop in replacement of the implementation
- Introduce rocksdb::port::Thread typedef which is a replacement for std::thread.  On Posix Thread defaults as before std::thread.
- Implement WindowsThread that allocates memory in a more controllable manner than windows std::thread with a replaceable implementation.
- should be no functionality changes.
Closes https://github.com/facebook/rocksdb/pull/1823

Differential Revision: D4492902

Pulled By: siying

fbshipit-source-id: c74cb11
2017-02-06 14:54:18 -08:00
..
env_default.cc Split WinEnv into separate classes. (#1128) 2016-05-19 16:40:54 -07:00
env_win.cc Windows thread 2017-02-06 14:54:18 -08:00
env_win.h Windows thread 2017-02-06 14:54:18 -08:00
io_win.cc Follow up for DirectIO refactor 2017-01-15 13:24:16 -08:00
io_win.h Follow up for DirectIO refactor 2017-01-15 13:24:16 -08:00
port_win.cc Latest versions of Jemalloc library do not require je_init()/je_unint() 2016-03-17 11:25:20 -07:00
port_win.h Windows thread 2017-02-06 14:54:18 -08:00
win_logger.cc Split WinEnv into separate classes. (#1128) 2016-05-19 16:40:54 -07:00
win_logger.h Split WinEnv into separate classes. (#1128) 2016-05-19 16:40:54 -07:00
win_thread.cc Windows thread 2017-02-06 14:54:18 -08:00
win_thread.h Windows thread 2017-02-06 14:54:18 -08:00
xpress_win.cc Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions. 2016-05-20 07:42:18 -07:00
xpress_win.h Introduce XPRESS compresssion on Windows. (#1081) 2016-04-19 22:54:24 -07:00