.Dd December 19, 2018 .Dt SQLITE3_SLEEP 3 .Os .Sh NAME .Nm sqlite3_sleep .Nd Suspend Execution For A Short Time .Sh SYNOPSIS .Ft int .Fo sqlite3_sleep .Fa "int" .Fc .Sh DESCRIPTION The sqlite3_sleep() function causes the current thread to suspend execution for at least a number of milliseconds specified in its parameter. .Pp If the operating system does not support sleep requests with millisecond time resolution, then the time will be rounded up to the nearest second. The number of milliseconds of sleep actually requested from the operating system is returned. .Pp SQLite implements this interface by calling the xSleep() method of the default sqlite3_vfs object. If the xSleep() method of the default VFS is not implemented correctly, or not implemented at all, then the behavior of sqlite3_sleep() may deviate from the description in the previous paragraphs. .Sh SEE ALSO .Xr sqlite3_vfs 3 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/ncr5380.c
AgeCommit message (Expand)Author
2023-01-06TAB/spaces/indents cleanup.tsutsui
2022-04-07fix various typos in comments.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-09-29s/implicitely/implicitly/msaitoh
2019-06-29Make local functions static.tsutsui
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-03-24- remove unusedchristos
2012-10-27split device_t/softc for all remaining drivers.chs
2011-06-05Split device_t/softc. No crash on TT030.tsutsui
2010-04-17extern inline -> static inlinetsutsui
2010-04-13Misc KNF and cosmetics.tsutsui
2010-02-28Fight the ever-increasing size of src checkouts by spelling "useful"snj
2009-10-20Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.snj
2009-07-19Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-11-15To be safe, do not use DMA for Falcon - from Tuomoabs
2008-10-28Remove unwanted 'xs->xs_status |= XS_STS_DONE' which caused scsipi_done()abs
2007-03-06Make req_addr (char *) rather than adding an extra casttsutsui
2007-03-06More fixes after the caddr_t removal.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-02-25Fix some typos.wiz
2005-12-24__asm__ -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-06-04Adapt to compiling with -Wshadow and -Wcast-qual, by adding consthe
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2004-12-07- Use the cmdlen specified in the scsipi_xfer structure. Keying offthorpej
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2000-07-28Eliminate the other %:, using vsnprintf followed by printf.tv
2000-07-28Avoid a nonstandard %: format: printf("%:", fmt, ap) -> vprintf(fmt, ap)tv
1999-09-30Update for SCSIPI changes.thorpej
1999-02-19Fix type lossage reported by Julian Coleman.leo
1998-12-05Update HBAs to incorporate the new max_lun property.mjacob
1998-11-19Adapt to the new scsipi_adapter interface.thorpej
1998-10-10Garbage-collect the open_target_lu and close_target_lu entry points fromthorpej
1998-10-06Only return COMPLETE when polling.leo