Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sqlite3_sleep
(Results
1 - 5
of
5
) sorted by relevance
/third_party/sqlite/include/
H
A
D
sqlite3ext.h
542
#define
sqlite3_sleep
sqlite3_api->sleep
macro
H
A
D
sqlite3.h
6194
** The
sqlite3_sleep
() function causes the current thread to suspend execution
6205
** all, then the behavior of
sqlite3_sleep
() may deviate from the description
6208
SQLITE_API int
sqlite3_sleep
(int);
/third_party/python/Modules/_sqlite/
H
A
D
connection.c
2000
sqlite3_sleep
(sleep_ms);
in pysqlite_connection_backup_impl()
/third_party/sqlite/src/
H
A
D
shell.c
19353
** Scalar function "usleep(X)" invokes
sqlite3_sleep
(X) and returns X.
19362
sqlite3_sleep
(sleep/1000);
in shellUSleepFunc()
20287
sqlite3_sleep
(2000);
in output_reset()
23912
sqlite3_sleep
(100);
in do_meta_command()
H
A
D
sqlite3.c
6503
** The
sqlite3_sleep
() function causes the current thread to suspend execution
6514
** all, then the behavior of
sqlite3_sleep
() may deviate from the description
6517
SQLITE_API int
sqlite3_sleep
(int);
132465
#define
sqlite3_sleep
global()
macro
177362
SQLITE_API int
sqlite3_sleep
(int ms){
global()
function
[all...]
Completed in 179 milliseconds