Searched refs:TableLock (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/ |
| H A D | 2009-01-22-SortInvalidation.ll | 43 …, i32, i32, i32, i32, i32, i32, i32, i32, i32, [12 x i32], i32, %struct.TableLock*, i32, i32, i32,… 50 %struct.TableLock = type { i32, i32, i8, i8* }
|
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 8671 typedef struct TableLock TableLock; typedef 11738 TableLock *aTableLock; /* Required table locks for shared-cache mode */ 84182 struct TableLock { 84209 TableLock *p; 84220 nBytes = sizeof(TableLock) * (pToplevel->nTableLock+1); 84247 TableLock *p = &pParse->aTableLock[i];
|