summaryrefslogtreecommitdiff
path: root/src/os_win/os_thread.c
Commit message (Expand)AuthorAgeFilesLines
* 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