OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xMutexAlloc
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
mutex.c
34
if( !sqlite3GlobalConfig.mutex.
xMutexAlloc
){
35
/* If the
xMutexAlloc
method has not been set, then the user did not
48
memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods,
xMutexAlloc
));
51
pTo->
xMutexAlloc
= pFrom->
xMutexAlloc
;
86
return sqlite3GlobalConfig.mutex.
xMutexAlloc
(id);
94
return sqlite3GlobalConfig.mutex.
xMutexAlloc
(id);
test_mutex.c
83
pReal = g.m.
xMutexAlloc
(eType);
217
assert( g.m.
xMutexAlloc
==0 );
224
assert( g.m.
xMutexAlloc
);
test_init.c
86
return wrapped.mutex.
xMutexAlloc
(e);
sqlite.h.in
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
[
all
...]
sqlite3.c
[
all
...]
Completed in 4442 milliseconds