Searched refs:sqlite3_mutex (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 980 typedef struct sqlite3_mutex sqlite3_mutex; typedef 5894 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int); 5895 SQLITE_API void sqlite3_mutex_free(sqlite3_mutex*); 5896 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*); 5897 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*); 5898 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*); 5969 sqlite3_mutex *(*xMutexAlloc)(int); 5970 void (*xMutexFree)(sqlite3_mutex *); 5971 void (*xMutexEnter)(sqlite3_mutex *); 5972 int (*xMutexTry)(sqlite3_mutex *); [all …]
|
| H A D | sqlite3ext.h | 186 sqlite3_mutex *(*mutex_alloc)(int); 187 void (*mutex_enter)(sqlite3_mutex*); 188 void (*mutex_free)(sqlite3_mutex*); 189 void (*mutex_leave)(sqlite3_mutex*); 190 int (*mutex_try)(sqlite3_mutex*); 224 sqlite3_mutex *(*db_mutex)(sqlite3*);
|
| H A D | sqlite3.c | 1008 typedef struct sqlite3_mutex sqlite3_mutex; typedef 5922 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int); 5923 SQLITE_API void sqlite3_mutex_free(sqlite3_mutex*); 5924 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*); 5925 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*); 5926 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*); 5997 sqlite3_mutex *(*xMutexAlloc)(int); 5998 void (*xMutexFree)(sqlite3_mutex *); 5999 void (*xMutexEnter)(sqlite3_mutex *); 6000 int (*xMutexTry)(sqlite3_mutex *); [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/ |
| H A D | 2009-01-22-SortInvalidation.ll | 13 …i32, i16, i16, i32, i32, i32, i32, i8, i32, i8*, void (i8*)*, %struct.sqlite3_mutex*, %struct.Busy… 60 …, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, i32, i32, %struct.sqlite3_mutex*, %struct.sqli… 69 %struct.sqlite3_mutex = type opaque
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | 2009-04-29-RegAllocAssert.ll | 15 …i32, i16, i16, i32, i32, i32, i32, i8, i32, i8*, void (i8*)*, %struct.sqlite3_mutex*, %struct.Busy… 58 …, i8, i8, i8, i32, %struct.CollSeq*, i64, i64, i32, i32, i32, %struct.sqlite3_mutex*, %struct.sqli… 67 %struct.sqlite3_mutex = type opaque
|