Home
last modified time | relevance | path

Searched refs:usleep (Results 1 – 14 of 14) sorted by relevance

/sqlite-3.40.0/test/
H A Dwalthread.test153 proc usleep {ms} {
154 set ::usleep 0
155 after $ms {set ::usleep 1}
156 vwait ::usleep
164 proc busyhandler {n} { usleep 10 ; return 0 }
305 usleep 500
H A Dcrashtest1.c91 usleep(rand()%10000 + 1000); in main()
H A Dthreadtest1.c53 usleep(100); in db_is_locked()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_unix.c468 if( usleep(us) ) return LSM_IOERR; in lsmPosixOsSleep()
470 usleep(us); in lsmPosixOsSleep()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest.h33 # define usleep(usec) Sleep(((usec) + 999) / 1000) macro
H A Dlsmtest_tdb3.c532 usleep(5000); in waitOnCheckpointer()
557 usleep(5000); in waitOnWorker()
H A Dlsmtest5.c370 usleep(50000); in testThreadSleep()
H A Dlsmtest_main.c722 if( aParam[ST_PAUSE]%1000 ) usleep(1000 * (aParam[ST_PAUSE]%1000)); in do_speed_test2()
/sqlite-3.40.0/
H A Dsqlite_cfg.h.in99 /* Define to 1 if you have the `usleep' function. */
H A Dconfigure.ac111 …sync gmtime_r isnan localtime_r localtime_s malloc_usable_size strchrnul usleep utime pread pread6…
/sqlite-3.40.0/src/
H A Dtest_demovfs.c594 usleep(nMicro % 1000000); in demoSleep()
H A Dos_unix.c6689 if( microseconds%1000000 ) usleep(microseconds%1000000); in unixSleep()
H A Dshell.c.in4949 ** Scalar function "usleep(X)" invokes sqlite3_sleep(X) and returns X.
5152 sqlite3_create_function(p->db, "usleep",1,SQLITE_UTF8,0,
/sqlite-3.40.0/autoconf/
H A Dconfigure.ac28 AC_CHECK_FUNCS([fdatasync usleep fullfsync localtime_r gmtime_r])