summaryrefslogtreecommitdiff
path: root/src/os_posix/os_mtx_cond.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-021-6/+10
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3097 Avoid waiting for threads to timeout during close (#3253)Keith Bostic2017-01-251-6/+22
* WT-3078 test reconfiguration hang in the statlog server. (#3198)Keith Bostic2016-12-151-3/+6
* WT-2945 Occasional hang running reconfigure fuzz test (#3098)Keith Bostic2016-10-261-13/+16
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-1/+1
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-1/+1
* SERVER-25846 Coverity analysis defect 99861: Dereference after null check (#2...Keith Bostic2016-08-291-19/+3
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-16/+17
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-171-2/+2
* Boolean conversion pass over os_posix.Keith Bostic2015-09-241-7/+7
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-3/+3
* Inline __wt_cond_wait so we don't need different POSIX/Windows versions,Keith Bostic2015-09-041-16/+4
* WT-2085 Run some of the log_server threads operations more frequentlySusan LoVerso2015-09-041-4/+21
* Rename atomic functions from number of bytes to number of bits.Keith Bostic2015-08-131-3/+3
* WT-2025: Inline the gcc/lint (but not the Windows) atomic functions soKeith Bostic2015-08-061-3/+3
* Loss of precision (assignment) (long to int).Keith Bostic2015-03-101-2/+4
* remove unneeded assertMark Benvenuto2015-03-091-1/+0
* SERVER-17471: Use uint64_t instead of long since long is compiler specificMark Benvenuto2015-03-091-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
* Clean up a few __wt_calloc() calls that can be __wt_calloc_def() instead.Keith Bostic2014-12-151-1/+1
* Split the condition variable and read/write lock code into separateKeith Bostic2014-10-241-0/+157