summaryrefslogtreecommitdiffstats
path: root/source/tdb/spinlock.h
Commit message (Collapse)AuthorAgeFilesLines
* strictly, you can't #if on somthing that may or may not be defined.Andrew Bartlett2003-03-151-1/+1
| | | | Andrew Bartlett
* Renamed rwlock_t type to tdb_rwlock_t to avoid conflict with Solaris 8Tim Potter2001-08-291-1/+1
| | | | header files.
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-061-0/+55
a --with-spinlocks option to configure, this does mean the on-disk tdb format has changed, so 2.2alphaX sites will need to re-create their tdb's. The upside is no more tdb fragmentation and a +5% on netbench. Swings and roundabouts.... Jeremy.