OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_mutex_notheld
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
mutex.h
67
#define
sqlite3_mutex_notheld
(X) ((void)(X),1)
macro
mutex.c
142
** The sqlite3_mutex_held() and
sqlite3_mutex_notheld
() routine are
148
int
sqlite3_mutex_notheld
(sqlite3_mutex *p){
function
pcache1.c
210
assert(
sqlite3_mutex_notheld
(pcache1.grp.mutex) );
931
assert(
sqlite3_mutex_notheld
(pcache1.grp.mutex) );
932
assert(
sqlite3_mutex_notheld
(pcache1.mutex) );
btmutex.c
29
assert(
sqlite3_mutex_notheld
(p->pBt->mutex) );
malloc.c
373
assert(
sqlite3_mutex_notheld
(mem0.mutex) );
sqlite.h.in
[
all
...]
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
btree.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
[
all
...]
sqlite3.c
8989
#define
sqlite3_mutex_notheld
macro
16528
SQLITE_API int
sqlite3_mutex_notheld
(sqlite3_mutex *p){
function
[
all
...]
Completed in 245 milliseconds