summaryrefslogtreecommitdiff
path: root/src/os_posix/os_thread.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2672 handle system calls that don't set errno (#2769)Keith Bostic2016-06-031-1/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* SERVER-19751 Retry pthread_create on EAGAIN or EINTR.Michael Cahill2015-08-051-2/+4
* Revert part of the last change, Linux needs the cast to (void *).Keith Bostic2015-05-181-2/+5
* Solaris' pthread_t is an (unsigned int), #ifdef the thread ID code toKeith Bostic2015-05-181-8/+8
* Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* os_thread.c:55:45: error: cast from function call of type 'pthread_t'Keith Bostic2014-10-291-1/+4
* os_thread.c:55:6: error: format '%p' expects argument of type 'void *',Keith Bostic2014-10-291-1/+1
* We don't yet run on any system where pthread_t is an opaque type (and I betKeith Bostic2014-10-291-9/+8
* 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
* Abstract out the code to create a printable version of theKeith Bostic2014-10-091-0/+20
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Changes based on Alex's review.Michael Cahill2013-04-161-10/+2
* Wait indefinitely in pthread_join: 60 seconds may not be long enough for some...Michael Cahill2013-04-031-1/+1
* I just saw a connection timed-out message on bengal:Keith Bostic2013-01-011-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* The absolute time pthread_timedjoin_np wants isn't a timer, it's an offsetKeith Bostic2012-12-111-7/+17
* Use the standard automake/autoconf structures for finding pthread_np.h,Keith Bostic2012-12-111-4/+0
* On systems where it's available (FreeBSD & Linux, at least), call theKeith Bostic2012-12-111-2/+14
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Let thread-join fail and return an error.Keith Bostic2011-08-181-2/+2
* whitespace cleanupKeith Bostic2011-08-081-2/+1
* Put parantheses around non-trivial conditions in ternary expressions.Michael Cahill2011-07-081-1/+2
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-2/+0
* Restructure the tree to ease merge.Michael Cahill2011-02-011-0/+31