summaryrefslogtreecommitdiff
path: root/src/include/async.h
Commit message (Expand)AuthorAgeFilesLines
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Merge branch 'develop' into wt-2025-inline-atomic-functionsKeith Bostic2015-08-131-4/+4
|\
| * WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-131-4/+4
* | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions soKeith Bostic2015-08-061-18/+16
|/
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Don't prefix the WiredTiger thread types with an underscore, we don't do itKeith Bostic2014-10-191-1/+1
* Introduce new typedefs for pthread typedefs in platform agnostic codeMark Benvenuto2014-10-151-1/+1
* Add backoff to sleep if no async work available. #1002Susan LoVerso2014-05-121-0/+3
* Add asyncop->get_type API and change example to use it.Susan LoVerso2014-04-211-8/+0
* Fix wrap around bug in ring buffer.Susan LoVerso2014-04-171-9/+14
* Add use of flush_gen.Susan LoVerso2014-04-171-0/+1
* Use the correct queue size.Susan LoVerso2014-04-171-0/+1
* Changes for atomic use for flush command. Fix counts in wtperf forSusan LoVerso2014-04-161-4/+8
* Implement a ring buffer without locking.Susan LoVerso2014-04-151-7/+11
* Comments and minor cleanup.Susan LoVerso2014-04-101-4/+5
* Only allocate the configured number of async ops rather than a staticSusan LoVerso2014-04-101-4/+2
* Add the uri/config/format cached queue for async ops.Susan LoVerso2014-04-071-5/+16
* Fix some s_string warnings.Susan LoVerso2014-04-031-1/+1
* Add async_op config processing.Susan LoVerso2014-04-031-21/+0
* Add raw key/value support.Susan LoVerso2014-04-021-2/+2
* Add ASYNCOP_API_CALL. Fix some error paths.Susan LoVerso2014-04-021-2/+0
* Add async cursor cache.Susan LoVerso2014-04-011-5/+19
* Add enqueue and dequeue support.Susan LoVerso2014-03-311-18/+18
* Get async_flush coordination working.Susan LoVerso2014-03-271-3/+4
* Compilation fixes for C code.Susan LoVerso2014-03-261-53/+8
* Clean up pass for s_all.Susan LoVerso2014-03-261-145/+74
* Add top layer of functions. Split files.Susan LoVerso2014-03-251-1/+48
* First bits of async codeSusan LoVerso2014-03-241-0/+185