OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_mutex_try
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
mutex.h
64
#define
sqlite3_mutex_try
(X) SQLITE_OK
macro
mutex.c
120
int
sqlite3_mutex_try
(sqlite3_mutex *p){
function
btmutex.c
100
if(
sqlite3_mutex_try
(p->pBt->mutex)==SQLITE_OK ){
loadext.c
305
sqlite3_mutex_try
,
sqlite3ext.h
373
#define
sqlite3_mutex_try
sqlite3_api->mutex_try
macro
sqlite.h.in
[
all
...]
test_multiplex.c
49
#define
sqlite3_mutex_try
(X) SQLITE_OK
macro
[
all
...]
test_quota.c
41
#define
sqlite3_mutex_try
(X) SQLITE_OK
macro
/external/sqlite/dist/orig/
sqlite3ext.h
397
#define
sqlite3_mutex_try
sqlite3_api->mutex_try
macro
sqlite3.h
[
all
...]
sqlite3.c
9574
#define
sqlite3_mutex_try
macro
17379
SQLITE_API int
sqlite3_mutex_try
(sqlite3_mutex *p){
function
91370
#define
sqlite3_mutex_try
macro
[
all
...]
/external/sqlite/dist/
sqlite3ext.h
397
#define
sqlite3_mutex_try
sqlite3_api->mutex_try
macro
sqlite3.h
[
all
...]
sqlite3.c
9574
#define
sqlite3_mutex_try
macro
17379
SQLITE_API int
sqlite3_mutex_try
(sqlite3_mutex *p){
function
91406
#define
sqlite3_mutex_try
macro
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
[
all
...]
sqlite3.c
9001
#define
sqlite3_mutex_try
macro
16515
SQLITE_API int
sqlite3_mutex_try
(sqlite3_mutex *p){
function
87062
#define
sqlite3_mutex_try
macro
[
all
...]
Completed in 643 milliseconds