summaryrefslogtreecommitdiff
path: root/src/os_win/os_thread.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3155 Remove WT_CONN_SERVER_RUN flag (#3344)Keith Bostic2017-03-291-0/+14
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-241-3/+3
* WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-231-10/+15
* WT-2621 Fix missing parentesies on call to __wt_errno (#2721)David Hows2016-05-051-1/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-301-2/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-241-1/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-241-5/+6
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-4/+4
* Fix CloseHandle error handlingMark Benvenuto2015-01-261-2/+6
* Close Thread Handle after thread join on WindowsMark Benvenuto2015-01-231-3/+8
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* We don't yet run on any system where pthread_t is an opaque type (and I betKeith Bostic2014-10-291-10/+3
* Fix CompileMark Benvenuto2014-10-291-1/+1
* Add pid:tid separator back in.Susan LoVerso2014-10-281-1/+1
* The type returned from pthread_self() is opaque, we can't cast it to aKeith Bostic2014-10-221-3/+1
* Don't prefix the WiredTiger thread types with an underscore, we don't do itKeith Bostic2014-10-191-2/+2
* Introduce new typedefs for pthread typedefs in platform agnostic codeMark Benvenuto2014-10-151-2/+2
* MSVC & Clang Warning CleanupMark Benvenuto2014-10-101-3/+1
* Minor Windows SConstruct & Build fixesMark Benvenuto2014-10-091-1/+1
* Abstract out the code to create a printable version of theKeith Bostic2014-10-091-0/+21
* whitespaceKeith Bostic2014-10-091-1/+0
* Initial Windows PortMark Benvenuto2014-10-081-0/+42