OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_mutex_notheld
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
mutex.c
142
** The sqlite3_mutex_held() and
sqlite3_mutex_notheld
() routine are
148
int
sqlite3_mutex_notheld
(sqlite3_mutex *p){
function
mutex.h
67
#define
sqlite3_mutex_notheld
(X) ((void)(X),1)
macro
test_multiplex.c
52
#define
sqlite3_mutex_notheld
(X) ((void)(X),1)
macro
[
all
...]
test_quota.c
44
#define
sqlite3_mutex_notheld
(X) ((void)(X),1)
macro
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
8989
#define
sqlite3_mutex_notheld
macro
16528
SQLITE_API int
sqlite3_mutex_notheld
(sqlite3_mutex *p){
function
[
all
...]
Completed in 244 milliseconds